aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorGabriel Millaire <millaire.gabriel@gmail.com>2009-05-17 03:56:21 +0800
committerGabriel Millaire <millaire.gabriel@gmail.com>2009-05-22 23:15:42 +0800
commit39af082298a0bbd0e91e23e31e1e32fc71f8f4bf (patch)
treebef25fa5b077b8a2273af2a43b945c428ba62299 /libempathy
parent740f230888350114708d51067e624b31880cfdb2 (diff)
downloadgsoc2013-empathy-39af082298a0bbd0e91e23e31e1e32fc71f8f4bf.tar
gsoc2013-empathy-39af082298a0bbd0e91e23e31e1e32fc71f8f4bf.tar.gz
gsoc2013-empathy-39af082298a0bbd0e91e23e31e1e32fc71f8f4bf.tar.bz2
gsoc2013-empathy-39af082298a0bbd0e91e23e31e1e32fc71f8f4bf.tar.lz
gsoc2013-empathy-39af082298a0bbd0e91e23e31e1e32fc71f8f4bf.tar.xz
gsoc2013-empathy-39af082298a0bbd0e91e23e31e1e32fc71f8f4bf.tar.zst
gsoc2013-empathy-39af082298a0bbd0e91e23e31e1e32fc71f8f4bf.zip
Signal "error" is detailed
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-tp-roomlist.c2
1 files changed, 1 insertions, 1 deletions
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,