comparison src/mainwindow.cpp @ 521:b5a342a71218

Bookmarks display now... OK
author Chris Cannam
date Thu, 10 Nov 2011 17:19:06 +0000
parents a17c06f773cd
children b80d28f2f456
comparison
equal deleted inserted replaced
520:a17c06f773cd 521:b5a342a71218
2225 output); 2225 output);
2226 } 2226 }
2227 2227
2228 void MainWindow::commandCompleted(HgAction completedAction, QString output) 2228 void MainWindow::commandCompleted(HgAction completedAction, QString output)
2229 { 2229 {
2230 std::cerr << "commandCompleted: " << completedAction.action << std::endl; 2230 // std::cerr << "commandCompleted: " << completedAction.action << std::endl;
2231 2231
2232 restoreFileSystemWatcher(); 2232 restoreFileSystemWatcher();
2233 HGACTIONS action = completedAction.action; 2233 HGACTIONS action = completedAction.action;
2234 2234
2235 if (action == ACT_NONE) return; 2235 if (action == ACT_NONE) return;