[empathy] empathy.c: call g_application_hold() on the app



commit 45e2e349b685c33338ab3e60a64b038d0b22385a
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Fri Oct 22 13:09:17 2010 +0200

    empathy.c: call g_application_hold() on the app

 src/empathy.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy.c b/src/empathy.c
index 7e92a88..aa46106 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -691,6 +691,7 @@ main (int argc, char *argv[])
   app = empathy_app_new (argc, (const gchar * const *) argv,
       no_connect, start_hidden);
 
+  g_application_hold (G_APPLICATION (app));
   g_application_run (G_APPLICATION (app), argc, argv);
 
   notify_uninit ();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]