aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2009-01-31 01:06:36 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-01-31 01:06:36 +0800
commit6fd56eb46489ac3ce7f1191d6e15da2d5e2b9af8 (patch)
tree37f38eab2534a5ede283ea35be70c625e9d19859 /src/empathy.c
parent86b051a7fee204872253635064ac260c014864c7 (diff)
downloadgsoc2013-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.c5
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);