summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2009-08-04 11:23:01 -0400
committerRay Strode <rstrode@redhat.com>2009-08-04 11:23:01 -0400
commit2dbb897c4eca43aebac935b730959e285b181801 (patch)
tree2c1abd754445db1dc5d286b302aff748a979a46d
parent92245e049054a031d507b67afe8cfadba979f729 (diff)
downloadgdm-2dbb897c4eca43aebac935b730959e285b181801.tar.gz
Call Manage/Unmanage not ManageSeat/UnmanageSeat
The name got changed
-rw-r--r--daemon/gdm-local-display-factory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/gdm-local-display-factory.c b/daemon/gdm-local-display-factory.c
index 6737c26d..6b2d5aef 100644
--- a/daemon/gdm-local-display-factory.c
+++ b/daemon/gdm-local-display-factory.c
@@ -738,7 +738,7 @@ seat_remove_request (DBusGProxy *seat_proxy,
g_hash_table_remove (factory->priv->managed_seat_proxies, sid_to_remove);
dbus_g_proxy_call_no_reply (seat_proxy,
- "UnmanageSeat",
+ "Unmanage",
DBUS_TYPE_G_OBJECT_PATH, sid_to_remove,
G_TYPE_INVALID,
G_TYPE_INVALID);
@@ -807,7 +807,7 @@ manage_static_sessions_per_seat (GdmLocalDisplayFactory *factory,
NULL);
dbus_g_proxy_call_no_reply (proxy,
- "ManageSeat",
+ "Manage",
G_TYPE_INVALID,
G_TYPE_INVALID);