diff options
author | Clement Lefebvre <[email protected]> | 2015-09-04 21:49:36 +0100 |
---|---|---|
committer | Clement Lefebvre <[email protected]> | 2015-09-04 21:49:36 +0100 |
commit | 667466775b7d785ac048732b18efacea09711ab2 (patch) | |
tree | 29e70456a761c70714a2a653a260afbff8aa0e74 | |
parent | 3c21f66bf30810fcb25dfe8c3c0960df270dc416 (diff) | |
download | mate-panel-667466775b7d785ac048732b18efacea09711ab2.tar.bz2 mate-panel-667466775b7d785ac048732b18efacea09711ab2.tar.xz |
Switch to org.gnome.SessionManager
-rw-r--r-- | mate-panel/libpanel-util/panel-session-manager.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mate-panel/libpanel-util/panel-session-manager.c b/mate-panel/libpanel-util/panel-session-manager.c index b96d1dc8..65a1e330 100644 --- a/mate-panel/libpanel-util/panel-session-manager.c +++ b/mate-panel/libpanel-util/panel-session-manager.c @@ -65,9 +65,9 @@ panel_session_manager_constructor (GType type, panel_dbus_service_define_service (PANEL_DBUS_SERVICE (obj), - "org.mate.SessionManager", - "/org/mate/SessionManager", - "org.mate.SessionManager"); + "org.gnome.SessionManager", + "/org/gnome/SessionManager", + "org.gnome.SessionManager"); error = NULL; if (!panel_dbus_service_ensure_connection (PANEL_DBUS_SERVICE (obj), |