diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-31 01:06:36 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-31 01:06:36 +0800 |
commit | 6fd56eb46489ac3ce7f1191d6e15da2d5e2b9af8 (patch) | |
tree | 37f38eab2534a5ede283ea35be70c625e9d19859 /src/empathy.c | |
parent | 86b051a7fee204872253635064ac260c014864c7 (diff) | |
download | gsoc2013-empathy-6fd56eb46489ac3ce7f1191d6e15da2d5e2b9af8.tar gsoc2013-empathy-6fd56eb46489ac3ce7f1191d6e15da2d5e2b9af8.tar.gz gsoc2013-empathy-6fd56eb46489ac3ce7f1191d6e15da2d5e2b9af8.tar.bz2 gsoc2013-empathy-6fd56eb46489ac3ce7f1191d6e15da2d5e2b9af8.tar.lz gsoc2013-empathy-6fd56eb46489ac3ce7f1191d6e15da2d5e2b9af8.tar.xz gsoc2013-empathy-6fd56eb46489ac3ce7f1191d6e15da2d5e2b9af8.tar.zst gsoc2013-empathy-6fd56eb46489ac3ce7f1191d6e15da2d5e2b9af8.zip |
add notify uninit
svn path=/trunk/; revision=2269
Diffstat (limited to 'src/empathy.c')
-rw-r--r-- | src/empathy.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/empathy.c b/src/empathy.c index 89e85d137..0aff73a1f 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -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); |