Mercurial > hg > easyhg
diff mainwindow.cpp @ 32:4f307720272f
Version 0.5.0: Added "Copy comment" context menu to "parents" list.
author | Jari Korhonen <jtkorhonen@gmail.com> |
---|---|
date | Tue, 15 Jun 2010 03:16:40 +0300 |
parents | 552a49635124 |
children | ff8d64625aa3 |
line wrap: on
line diff
--- a/mainwindow.cpp Mon Jun 14 22:04:52 2010 +0300 +++ b/mainwindow.cpp Tue Jun 15 03:16:40 2010 +0300 @@ -963,6 +963,7 @@ void MainWindow::tabChanged(int currTab) { tabPage = currTab; + } void MainWindow::enableDisableActions() @@ -1026,7 +1027,7 @@ hgAnnotateAct -> setEnabled(localRepoActionsEnabled); hgServeAct -> setEnabled(localRepoActionsEnabled); - hgExp -> enableDisableOtherTabs(); + hgExp -> enableDisableOtherTabs(tabPage); int added, modified, removed, notTracked, selected, selectedAdded, selectedModified, selectedRemoved, selectedNotTracked;