From 6fd56eb46489ac3ce7f1191d6e15da2d5e2b9af8 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 30 Jan 2009 17:06:36 +0000 Subject: [PATCH] add notify uninit svn path=/trunk/; revision=2269 --- src/empathy.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/empathy.c b/src/empathy.c index 89e85d13..0aff73a1 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); -- 2.39.2