From 39af082298a0bbd0e91e23e31e1e32fc71f8f4bf Mon Sep 17 00:00:00 2001 From: Gabriel Millaire Date: Sat, 16 May 2009 15:56:21 -0400 Subject: Signal "error" is detailed --- libempathy/empathy-tp-roomlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy') diff --git a/libempathy/empathy-tp-roomlist.c b/libempathy/empathy-tp-roomlist.c index 104b8a347..5d3eded4d 100644 --- a/libempathy/empathy-tp-roomlist.c +++ b/libempathy/empathy-tp-roomlist.c @@ -458,7 +458,7 @@ empathy_tp_roomlist_class_init (EmpathyTpRoomlistClass *klass) signals[ERROR] = g_signal_new ("error", G_TYPE_FROM_CLASS (klass), - G_SIGNAL_RUN_LAST, + G_SIGNAL_RUN_LAST | G_SIGNAL_DETAILED, 0, NULL, NULL, g_cclosure_marshal_VOID__POINTER, -- cgit v1.2.3