aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/empathy.c5
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);