diff options
author | William Jon McCann <jmccann@redhat.com> | 2008-05-02 00:20:17 +0000 |
---|---|---|
committer | William Jon McCann <mccann@src.gnome.org> | 2008-05-02 00:20:17 +0000 |
commit | 959264bb582b76a0dc7a9b5c6637b499ed120863 (patch) | |
tree | c36dc56104528d5ef644a09f592908ce101aba12 /daemon/main.c | |
parent | 3c54fdf645271c1070bd89cfd2253a7b43d9a20a (diff) | |
download | gdm-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
Diffstat (limited to 'daemon/main.c')
-rw-r--r-- | daemon/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
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: |