diff options
Diffstat (limited to 'src/empathy.c')
-rw-r--r-- | src/empathy.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/empathy.c b/src/empathy.c index 89e85d137..0aff73a1f 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -518,9 +518,12 @@ main (int argc, char *argv[]) chatroom_manager = empathy_chatroom_manager_dup_singleton (NULL); empathy_chatroom_manager_observe (chatroom_manager, dispatcher); - notify_init ("Empathy"); + notify_init ("empathy"); + gtk_main (); + notify_uninit (); + empathy_idle_set_state (idle, MC_PRESENCE_OFFLINE); g_object_unref (mc); |