Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2003-12-08 16:24:38 +0000
committerJean Michel-Lemieux2003-12-08 16:24:38 +0000
commit081b1d6ea4c8a668ee684420a221361f753f11e4 (patch)
tree31a99e9f989056c7f9ac7b12b91ef910d8a5dfb3 /bundles/org.eclipse.team.ui
parent1bb419b9d50e3a9a51a640e8c30108488d464ed1 (diff)
downloadeclipse.platform.team-081b1d6ea4c8a668ee684420a221361f753f11e4.tar.gz
eclipse.platform.team-081b1d6ea4c8a668ee684420a221361f753f11e4.tar.xz
eclipse.platform.team-081b1d6ea4c8a668ee684420a221361f753f11e4.zip
Bug 47168 Sync View doesn't grey when a Merge is performedI20031209
Diffstat (limited to 'bundles/org.eclipse.team.ui')
-rw-r--r--bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/TeamSubscriberParticipantLabelProvider.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/TeamSubscriberParticipantLabelProvider.java b/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/TeamSubscriberParticipantLabelProvider.java
index d4b4a5f36..bb96a3122 100644
--- a/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/TeamSubscriberParticipantLabelProvider.java
+++ b/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/TeamSubscriberParticipantLabelProvider.java
@@ -93,6 +93,8 @@ public class TeamSubscriberParticipantLabelProvider extends LabelProvider implem
// The label provider may of been created after the subscriber job has been
// started.
this.working = JobStatusHandler.hasRunningJobs(SubscriberAction.SUBSCRIBER_JOB_TYPE);
+
+
}
protected String decorateText(String input, Object resource) {

Back to the top