]> git.0d.be Git - empathy.git/blobdiff - src/empathy.c
add notify uninit
[empathy.git] / src / empathy.c
index 89e85d137badc6b58854f95e992570a962cb4e62..0aff73a1f9182bb63583e4032e7d18826ae18e8a 100644 (file)
@@ -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);