From 88aa74b63ee73620f265a5cfa474fd19b5cf9ad7 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Wed, 6 Feb 2013 16:03:33 -0500 Subject: indicator-ng: don't hide the indicator if the service is already running --- libindicator/indicator-ng.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libindicator/indicator-ng.c') diff --git a/libindicator/indicator-ng.c b/libindicator/indicator-ng.c index b2a95fe..481a37c 100644 --- a/libindicator/indicator-ng.c +++ b/libindicator/indicator-ng.c @@ -374,7 +374,6 @@ indicator_ng_service_started (GObject *source_object, case 2: /* DBUS_START_REPLY_ALREADY_RUNNING */ g_warning ("could not start service '%s': it is already running", self->name); - indicator_object_set_visible (INDICATOR_OBJECT (self), FALSE); break; default: -- cgit v1.2.3