diff options
| author | Peter Penz <[email protected]> | 2009-07-29 22:03:11 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-07-29 22:03:11 +0000 |
| commit | 1abf1974f5c356c56ca86147d65c90f1306b650f (patch) | |
| tree | 80e48b302c902414bf2b3b8cf55928ff0805fb7c /src/revisioncontrolplugin.cpp | |
| parent | a70be712fd5b33071c4733c47f810948d86dd4d8 (diff) | |
inform the revision control observer about changed revision states
svn path=/trunk/KDE/kdebase/apps/; revision=1004351
Diffstat (limited to 'src/revisioncontrolplugin.cpp')
| -rw-r--r-- | src/revisioncontrolplugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/revisioncontrolplugin.cpp b/src/revisioncontrolplugin.cpp index bc50d28c7..79e35e386 100644 --- a/src/revisioncontrolplugin.cpp +++ b/src/revisioncontrolplugin.cpp @@ -302,6 +302,7 @@ void SubversionPlugin::slotOperationCompleted() { if (m_contextItems.isEmpty()) { emit operationCompletedMessage(m_operationCompletedMsg); + emit revisionStatesChanged(); } else { startSvnCommandProcess(); } |
