Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDariusz Luksza2011-06-05 10:43:38 +0000
committerMatthias Sohn2011-07-04 22:50:19 +0000
commit531f1e107fb29d675c12d94676c9a4d9fa839875 (patch)
treed84cc312038eae05e4a48351bd7cf8613ce0f30b /org.eclipse.egit.ui/plugin.xml
parentf7a2916bff89955692f21b1bdd9b57e04aa0c6e8 (diff)
downloadegit-531f1e107fb29d675c12d94676c9a4d9fa839875.tar.gz
egit-531f1e107fb29d675c12d94676c9a4d9fa839875.tar.xz
egit-531f1e107fb29d675c12d94676c9a4d9fa839875.zip
[sync] Refresh Git Change Set model after workspace change
Don't change synchronization result on root and repository level, with this approach we can refresh Git Change Set model whenever workspace or repository change occurs. Change-Id: Iad9e2fe2809a839dd02f84431be8123c4425f310 Signed-off-by: Dariusz Luksza <dariusz@luksza.org> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui/plugin.xml')
-rw-r--r--org.eclipse.egit.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.egit.ui/plugin.xml b/org.eclipse.egit.ui/plugin.xml
index aeb18e4eee..d84ebc3eb4 100644
--- a/org.eclipse.egit.ui/plugin.xml
+++ b/org.eclipse.egit.ui/plugin.xml
@@ -3299,7 +3299,7 @@
<extension
point="org.eclipse.ui.navigator.navigatorContent">
<navigatorContent
- activeByDefault="true"
+ activeByDefault="false"
contentProvider="org.eclipse.egit.ui.internal.synchronize.mapping.GitChangeSetContentProvider"
icon="$nl$/icons/obj16/changelog_obj.gif"
id="org.eclipse.egit.ui.changeSetContent"

Back to the top