From 0d54cdd2276dfd43af9b7849da8e214d76c306f3 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Tue, 27 Aug 2013 11:05:40 +0200 Subject: im-application-list: use correct signal marshaller for app-stopped --- src/im-application-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/im-application-list.c') diff --git a/src/im-application-list.c b/src/im-application-list.c index 1493adf..ce88db0 100644 --- a/src/im-application-list.c +++ b/src/im-application-list.c @@ -539,7 +539,7 @@ im_application_list_class_init (ImApplicationListClass *klass) G_SIGNAL_RUN_FIRST, 0, NULL, NULL, - g_cclosure_marshal_VOID__OBJECT, + g_cclosure_marshal_VOID__STRING, G_TYPE_NONE, 1, G_TYPE_STRING); -- cgit v1.2.3