diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-10-22 19:09:17 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-10-22 20:11:16 +0800 |
commit | 45e2e349b685c33338ab3e60a64b038d0b22385a (patch) | |
tree | a2a036cd00e4181290dca88f46b5f0281033a0a6 /src/empathy.c | |
parent | dd2c970a735a8099b00df7423cf8fe0dc8f4c473 (diff) | |
download | gsoc2013-empathy-45e2e349b685c33338ab3e60a64b038d0b22385a.tar gsoc2013-empathy-45e2e349b685c33338ab3e60a64b038d0b22385a.tar.gz gsoc2013-empathy-45e2e349b685c33338ab3e60a64b038d0b22385a.tar.bz2 gsoc2013-empathy-45e2e349b685c33338ab3e60a64b038d0b22385a.tar.lz gsoc2013-empathy-45e2e349b685c33338ab3e60a64b038d0b22385a.tar.xz gsoc2013-empathy-45e2e349b685c33338ab3e60a64b038d0b22385a.tar.zst gsoc2013-empathy-45e2e349b685c33338ab3e60a64b038d0b22385a.zip |
empathy.c: call g_application_hold() on the app
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 (); |