# HG changeset patch # User Chris Cannam # Date 1350642302 -3600 # Node ID 66adbedb69a959d8e0cc0c94a7773efa3729709f # Parent f635e227775c40874416a0f45338eb157204207c Undo the one part we didn't want, from the last patch diff -r f635e227775c -r 66adbedb69a9 src/historywidget.cpp --- 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); }