aboutsummaryrefslogtreecommitdiff
path: root/src/im-application-list.c
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2013-09-30 18:00:40 +0000
committerTarmac <Unknown>2013-09-30 18:00:40 +0000
commitd731a2a7f4433b0c7d2c6080db66460eaed1ffc1 (patch)
treee37c8b563333c30df9448bdd841ae79a8ad3cbc8 /src/im-application-list.c
parent1c566e00bfe955a77f3b158123e1bf10dc79dfab (diff)
parent8d853b9e5a607a5274d674fa98b0214ec231ec65 (diff)
downloadayatana-indicator-messages-d731a2a7f4433b0c7d2c6080db66460eaed1ffc1.tar.gz
ayatana-indicator-messages-d731a2a7f4433b0c7d2c6080db66460eaed1ffc1.tar.bz2
ayatana-indicator-messages-d731a2a7f4433b0c7d2c6080db66460eaed1ffc1.zip
messages-service: return TRUE from "handle-*" GDBusProxy method handlers
This is done to signify that the handlers replied to the messages. Otherwise GDBus might send another reply, depending on whether 0 or !0 was lying around on the stack. . Approved by Ted Gould, PS Jenkins bot.
Diffstat (limited to 'src/im-application-list.c')
-rw-r--r--src/im-application-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/im-application-list.c b/src/im-application-list.c
index 11156ab..772d003 100644
--- a/src/im-application-list.c
+++ b/src/im-application-list.c
@@ -485,7 +485,7 @@ im_application_list_class_init (ImApplicationListClass *klass)
G_TYPE_STRING,
G_TYPE_STRING,
G_TYPE_STRING,
- G_TYPE_STRING,
+ G_TYPE_VARIANT,
G_TYPE_BOOLEAN);
signals[SOURCE_REMOVED] = g_signal_new ("source-removed",