Mercurial > hg > easyhg
changeset 622:66adbedb69a9
Undo the one part we didn't want, from the last patch
| author | Chris Cannam | 
|---|---|
| date | Fri, 19 Oct 2012 11:25:02 +0100 | 
| parents | f635e227775c | 
| children | 91b7ad45c608 | 
| files | src/historywidget.cpp | 
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/src/historywidget.cpp Wed Oct 17 12:15:25 2012 +0200 +++ b/src/historywidget.cpp Fri Oct 19 11:25:02 2012 +0100 @@ -71,7 +71,7 @@ connect(m_showClosedBranches, SIGNAL(toggled(bool)), this, SLOT(showClosedChanged(bool))); optLayout->addWidget(m_showClosedBranches, 0, 1, Qt::AlignRight); - // m_showClosedBranches->hide(); + m_showClosedBranches->hide(); setLayout(layout); }
