Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/main/src
diff options
context:
space:
mode:
authorTherzok <teromario@yahoo.com>2013-08-22 19:02:36 +0400
committerTherzok <teromario@yahoo.com>2013-08-22 19:02:56 +0400
commit5a366906d6b730e80e2c6c0223bcb470227ce8dc (patch)
tree2da9559dc776639bde1fe080098db1a5e0ce816d /main/src
parente302d8b3b7ff59ff1b9e3e2a978fa09b6405b547 (diff)
[Version Control] Refresh status view if it exists for the current context.
Diffstat (limited to 'main/src')
-rw-r--r--main/src/addins/VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl.Views/StatusView.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/addins/VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl.Views/StatusView.cs b/main/src/addins/VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl.Views/StatusView.cs
index f65ef10d28..051511b896 100644
--- a/main/src/addins/VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl.Views/StatusView.cs
+++ b/main/src/addins/VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl.Views/StatusView.cs
@@ -1078,6 +1078,7 @@ namespace MonoDevelop.VersionControl.Views
StatusView view = doc.GetContent<StatusView> ();
if (view != null && view.filepath == filepath) {
doc.Select ();
+ view.StartUpdate ();
return true;
}
}