summaryrefslogtreecommitdiff
path: root/src/empathy-chat.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-11-23 10:31:14 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-11-23 10:31:14 +0100
commite218c8d18fffbba1f17dc44ba83825c7d8cdcc63 (patch)
treedb31ba412e2ae3e3cc9e8ed822eea473658df319 /src/empathy-chat.c
parent45cfb4b41984b7a227943666cf90a727ebee6e21 (diff)
downloadempathy-e218c8d18fffbba1f17dc44ba83825c7d8cdcc63.tar.gz
empathy-chat: don't use G_APPLICATION_IS_SERVICE
It breaks EMPATHY_PERSIST (#635592). It's already done this way in empathy-av.
Diffstat (limited to 'src/empathy-chat.c')
-rw-r--r--src/empathy-chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-chat.c b/src/empathy-chat.c
index 9bfc6b816..0c6406591 100644
--- a/src/empathy-chat.c
+++ b/src/empathy-chat.c
@@ -108,7 +108,7 @@ main (int argc,
gtk_window_set_default_icon_name ("empathy");
textdomain (GETTEXT_PACKAGE);
- app = gtk_application_new (EMPATHY_CHAT_DBUS_NAME, G_APPLICATION_IS_SERVICE);
+ app = gtk_application_new (EMPATHY_CHAT_DBUS_NAME, G_APPLICATION_FLAGS_NONE);
g_signal_connect (app, "activate", G_CALLBACK (activate_cb), NULL);
#ifdef ENABLE_DEBUG