Mercurial > hg > easyhg
diff hgtabwidget.cpp @ 230:e67bd8abc3e3
* Add settings for text verboseness and toolbar labels
author | Chris Cannam |
---|---|
date | Thu, 06 Jan 2011 15:15:02 +0000 |
parents | d256cc418fa3 |
children | c9a7e4ec2f78 |
line wrap: on
line diff
--- a/hgtabwidget.cpp Thu Jan 06 13:16:34 2011 +0000 +++ b/hgtabwidget.cpp Thu Jan 06 15:15:02 2011 +0000 @@ -87,6 +87,11 @@ m_historyWidget->setCurrent(ids, branch, showUncommitted); } +void HgTabWidget::updateFileStates() +{ + m_fileStatusWidget->updateWidgets(); +} + void HgTabWidget::updateHistory() { m_historyWidget->update();