From 32868186a2cfad1f70c71a9afe298b95ef5b97a3 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 30 Jan 2009 17:06:28 +0000 Subject: initialize libnotify svn path=/trunk/; revision=2267 --- src/empathy.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/empathy.c b/src/empathy.c index 1676eb282..89e85d137 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -32,6 +32,7 @@ #include #include +#include #include #include @@ -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); -- cgit v1.2.3