summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2008-05-02 00:20:17 +0000
committerWilliam Jon McCann <mccann@src.gnome.org>2008-05-02 00:20:17 +0000
commit959264bb582b76a0dc7a9b5c6637b499ed120863 (patch)
treec36dc56104528d5ef644a09f592908ce101aba12
parent3c54fdf645271c1070bd89cfd2253a7b43d9a20a (diff)
downloadgdm-959264bb582b76a0dc7a9b5c6637b499ed120863.tar.gz
Might be good to actually start the manager after reconnecting to the bus.GDM_2_22_0
2008-05-01 William Jon McCann <jmccann@redhat.com> * daemon/main.c (bus_reconnect): Might be good to actually start the manager after reconnecting to the bus. svn path=/trunk/; revision=6199
-rw-r--r--ChangeLog6
-rw-r--r--daemon/main.c2
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e045bb0..8be842be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-05-01 William Jon McCann <jmccann@redhat.com>
+ * daemon/main.c (bus_reconnect):
+ Might be good to actually start the manager after
+ reconnecting to the bus.
+
+2008-05-01 William Jon McCann <jmccann@redhat.com>
+
* NEWS:
* configure.ac:
prepare for release.
diff --git a/daemon/main.c b/daemon/main.c
index 1793ed46..3b884fe3 100644
--- a/daemon/main.c
+++ b/daemon/main.c
@@ -193,6 +193,8 @@ bus_reconnect (GdmManager *manager)
g_debug ("Successfully reconnected to D-Bus");
+ gdm_manager_start (manager);
+
ret = FALSE;
out: