[gdm/wip/walters-3.7] daemon: Squash a compiler warning
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gdm/wip/walters-3.7] daemon: Squash a compiler warning
- Date: Tue, 25 Sep 2012 23:06:30 +0000 (UTC)
commit 2472c106e3b7ad4837eb722cedadb96f95fcb56b
Author: Colin Walters <walters verbum org>
Date:   Tue Sep 25 19:03:40 2012 -0400
    daemon: Squash a compiler warning
 daemon/gdm-session.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/daemon/gdm-session.c b/daemon/gdm-session.c
index 22da76a..77b59e8 100644
--- a/daemon/gdm-session.c
+++ b/daemon/gdm-session.c
@@ -1040,7 +1040,7 @@ register_worker (GdmDBusWorkerManager  *worker_manager_interface,
                                                                      NULL,
                                                                      GDM_WORKER_DBUS_PATH,
                                                                      NULL, NULL);
-        g_dbus_proxy_set_default_timeout (conversation->worker_proxy, G_MAXINT);
+        g_dbus_proxy_set_default_timeout (G_DBUS_PROXY (conversation->worker_proxy), G_MAXINT);
 
         g_signal_connect (conversation->worker_proxy,
                           "username-changed",
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]