empathy r2273 - trunk/src
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r2273 - trunk/src
- Date: Fri, 30 Jan 2009 17:06:53 +0000 (UTC)
Author: xclaesse
Date: Fri Jan 30 17:06:53 2009
New Revision: 2273
URL: http://svn.gnome.org/viewvc/empathy?rev=2273&view=rev
Log:
Use PACKAGE_NAME instead of hardcoding "empathy" on notify_init ().
Modified:
trunk/src/empathy.c
Modified: trunk/src/empathy.c
==============================================================================
--- trunk/src/empathy.c (original)
+++ trunk/src/empathy.c Fri Jan 30 17:06:53 2009
@@ -518,7 +518,7 @@
chatroom_manager = empathy_chatroom_manager_dup_singleton (NULL);
empathy_chatroom_manager_observe (chatroom_manager, dispatcher);
- notify_init ("empathy");
+ notify_init (PACKAGE_NAME);
gtk_main ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]