Fix issue with g-c-c shell and YaST shell having same unique identifier

This commit is contained in:
Scott Reeves 2010-04-30 15:15:51 -06:00
parent fd1da29c0c
commit 65ab7d7270

View file

@ -158,7 +158,7 @@ main (int argc, char *argv[])
return 1; 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)) { if (unique_app_is_running (unique_app)) {
int retval = 0; int retval = 0;