empathy r2269 - trunk/src



Author: xclaesse
Date: Fri Jan 30 17:06:36 2009
New Revision: 2269
URL: http://svn.gnome.org/viewvc/empathy?rev=2269&view=rev

Log:
add notify uninit

Modified:
   trunk/src/empathy.c

Modified: trunk/src/empathy.c
==============================================================================
--- trunk/src/empathy.c	(original)
+++ trunk/src/empathy.c	Fri Jan 30 17:06:36 2009
@@ -518,9 +518,12 @@
 	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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]