[nautilus] application: make the application-id not clash with the dbus interface
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] application: make the application-id not clash with the dbus interface
- Date: Thu, 2 Dec 2010 01:35:06 +0000 (UTC)
commit 5c9f1adb43052b19499f6ff1ad403f2222f0e091
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Thu Dec 2 02:26:23 2010 +0100
application: make the application-id not clash with the dbus interface
src/nautilus-application.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-application.c b/src/nautilus-application.c
index 9eecbd6..6f3a320 100644
--- a/src/nautilus-application.c
+++ b/src/nautilus-application.c
@@ -1581,7 +1581,7 @@ NautilusApplication *
nautilus_application_dup_singleton (void)
{
return g_object_new (NAUTILUS_TYPE_APPLICATION,
- "application-id", "org.gnome.Nautilus",
+ "application-id", "org.gnome.NautilusApplication",
"flags", G_APPLICATION_HANDLES_COMMAND_LINE,
NULL);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]