]> git.0d.be Git - empathy.git/commitdiff
initialize libnotify
authorXavier Claessens <xclaesse@src.gnome.org>
Fri, 30 Jan 2009 17:06:28 +0000 (17:06 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 30 Jan 2009 17:06:28 +0000 (17:06 +0000)
svn path=/trunk/; revision=2267

src/empathy.c

index 1676eb2821086eac4483f4c04859ddc08039f625..89e85d137badc6b58854f95e992570a962cb4e62 100644 (file)
@@ -32,6 +32,7 @@
 #include <gdk/gdkx.h>
 
 #include <libebook/e-book.h>
+#include <libnotify/notify.h>
 
 #include <telepathy-glib/util.h>
 #include <libmissioncontrol/mc-account.h>
@@ -517,6 +518,7 @@ main (int argc, char *argv[])
        chatroom_manager = empathy_chatroom_manager_dup_singleton (NULL);
        empathy_chatroom_manager_observe (chatroom_manager, dispatcher);
 
+       notify_init ("Empathy");
        gtk_main ();
 
        empathy_idle_set_state (idle, MC_PRESENCE_OFFLINE);