[gnome-control-center] Fix issue with g-c-c shell and YaST shell having same unique identifier
- From: Scott Reeves <sreeves src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] Fix issue with g-c-c shell and YaST shell having same unique identifier
- Date: Fri, 30 Apr 2010 21:19:57 +0000 (UTC)
commit 65ab7d7270618d4918d6ff7bc9043998e83b415a
Author: Scott Reeves <sreeves novell com>
Date: Fri Apr 30 15:15:51 2010 -0600
Fix issue with g-c-c shell and YaST shell having same unique identifier
shell/control-center.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/control-center.c b/shell/control-center.c
index c4c154d..c9b6657 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]