From 45e2e349b685c33338ab3e60a64b038d0b22385a Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 22 Oct 2010 13:09:17 +0200 Subject: empathy.c: call g_application_hold() on the app --- src/empathy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/empathy.c b/src/empathy.c index 7e92a8850..aa4610622 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 (); -- cgit v1.2.3