diff options
-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), |