From 65ab7d7270618d4918d6ff7bc9043998e83b415a Mon Sep 17 00:00:00 2001 From: Scott Reeves Date: Fri, 30 Apr 2010 15:15:51 -0600 Subject: [PATCH] Fix issue with g-c-c shell and YaST shell having same unique identifier --- shell/control-center.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/control-center.c b/shell/control-center.c index c4c154d70..c9b66578a 100644 --- a/shell/control-center.c +++ b/shell/control-center.c @@ -158,7 +158,7 @@ main (int argc, char *argv[]) return 1; } - unique_app = unique_app_new ("org.opensuse.yast-control-center-gnome", NULL); + unique_app = unique_app_new ("org.gnome.gnome-control-center.shell", NULL); if (unique_app_is_running (unique_app)) { int retval = 0;