Fix issue with g-c-c shell and YaST shell having same unique identifier
This commit is contained in:
parent
fd1da29c0c
commit
65ab7d7270
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue