From 5a366906d6b730e80e2c6c0223bcb470227ce8dc Mon Sep 17 00:00:00 2001 From: Therzok Date: Thu, 22 Aug 2013 18:02:36 +0300 Subject: [Version Control] Refresh status view if it exists for the current context. --- .../MonoDevelop.VersionControl.Views/StatusView.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'main/src') 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 (); if (view != null && view.filepath == filepath) { doc.Select (); + view.StartUpdate (); return true; } } -- cgit v1.2.3