[empathy] define EMPATHY_DBUS_NAME
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] define EMPATHY_DBUS_NAME
- Date: Mon, 18 Oct 2010 08:16:42 +0000 (UTC)
commit 935bd1c90642bbef3430f19769e5649354f75731
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Fri Oct 15 15:28:51 2010 +0200
define EMPATHY_DBUS_NAME
src/empathy.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy.c b/src/empathy.c
index 52b6497..314e4fb 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -72,6 +72,8 @@
#define DEBUG_FLAG EMPATHY_DEBUG_OTHER
#include <libempathy/empathy-debug.h>
+#define EMPATHY_DBUS_NAME "org.gnome.Empathy"
+
#define EMPATHY_TYPE_APP (empathy_app_get_type ())
#define EMPATHY_APP(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EMPATHY_TYPE_APP, EmpathyApp))
#define EMPATHY_APP_CLASS(obj) (G_TYPE_CHECK_CLASS_CAST ((obj), EMPATHY_TYPE_APP, EmpathyAppClass))
@@ -190,7 +192,7 @@ empathy_app_new (guint argc,
self = g_initable_new (EMPATHY_TYPE_APP,
NULL, &error,
- "application-id", "org.gnome."PACKAGE_NAME,
+ "application-id", EMPATHY_DBUS_NAME,
"argv", argv_variant,
"register", TRUE,
"no-connect", no_connect,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]