]> git.0d.be Git - empathy.git/commitdiff
empathy.c: call g_application_hold() on the app
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 22 Oct 2010 11:09:17 +0000 (13:09 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 22 Oct 2010 12:11:16 +0000 (14:11 +0200)
src/empathy.c

index 7e92a88500b78a46aee8402b18a37bc3a873c544..aa46106226ef6ee0c515c412d39611e30b921d24 100644 (file)
@@ -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 ();