diff options
Diffstat (limited to 'src/empathy.c')
-rw-r--r-- | src/empathy.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 (); |