summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--applets/inhibit/inhibit-applet.c6
-rw-r--r--src/gpm-session.c12
2 files changed, 9 insertions, 9 deletions
diff --git a/applets/inhibit/inhibit-applet.c b/applets/inhibit/inhibit-applet.c
index 58f2c88..28b22aa 100644
--- a/applets/inhibit/inhibit-applet.c
+++ b/applets/inhibit/inhibit-applet.c
@@ -71,9 +71,9 @@ typedef struct{
GType gpm_inhibit_applet_get_type (void);
-#define GS_DBUS_SERVICE "org.mate.SessionManager"
-#define GS_DBUS_PATH "/org/mate/SessionManager"
-#define GS_DBUS_INTERFACE "org.mate.SessionManager"
+#define GS_DBUS_SERVICE "org.gnome.SessionManager"
+#define GS_DBUS_PATH "/org/gnome/SessionManager"
+#define GS_DBUS_INTERFACE "org.gnome.SessionManager"
static void gpm_inhibit_applet_class_init (GpmInhibitAppletClass *klass);
static void gpm_inhibit_applet_init (GpmInhibitApplet *applet);
diff --git a/src/gpm-session.c b/src/gpm-session.c
index ffe3f61..d0c5d1a 100644
--- a/src/gpm-session.c
+++ b/src/gpm-session.c
@@ -35,12 +35,12 @@ static void gpm_session_finalize (GObject *object);
#define GPM_SESSION_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), GPM_TYPE_SESSION, GpmSessionPrivate))
-#define GPM_SESSION_MANAGER_SERVICE "org.mate.SessionManager"
-#define GPM_SESSION_MANAGER_PATH "/org/mate/SessionManager"
-#define GPM_SESSION_MANAGER_INTERFACE "org.mate.SessionManager"
-#define GPM_SESSION_MANAGER_PRESENCE_PATH "/org/mate/SessionManager/Presence"
-#define GPM_SESSION_MANAGER_PRESENCE_INTERFACE "org.mate.SessionManager.Presence"
-#define GPM_SESSION_MANAGER_CLIENT_PRIVATE_INTERFACE "org.mate.SessionManager.ClientPrivate"
+#define GPM_SESSION_MANAGER_SERVICE "org.gnome.SessionManager"
+#define GPM_SESSION_MANAGER_PATH "/org/gnome/SessionManager"
+#define GPM_SESSION_MANAGER_INTERFACE "org.gnome.SessionManager"
+#define GPM_SESSION_MANAGER_PRESENCE_PATH "/org/gnome/SessionManager/Presence"
+#define GPM_SESSION_MANAGER_PRESENCE_INTERFACE "org.gnome.SessionManager.Presence"
+#define GPM_SESSION_MANAGER_CLIENT_PRIVATE_INTERFACE "org.gnome.SessionManager.ClientPrivate"
#define GPM_DBUS_PROPERTIES_INTERFACE "org.freedesktop.DBus.Properties"
typedef enum {