diff options
-rw-r--r-- | libempathy-gtk/empathy-account-widget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-account-widget.c b/libempathy-gtk/empathy-account-widget.c index 33eb52848..ae210a42e 100644 --- a/libempathy-gtk/empathy-account-widget.c +++ b/libempathy-gtk/empathy-account-widget.c @@ -1737,7 +1737,7 @@ empathy_account_widget_class_init (EmpathyAccountWidgetClass *klass) G_SIGNAL_RUN_LAST, 0, NULL, NULL, g_cclosure_marshal_VOID__POINTER, G_TYPE_NONE, - 1, G_TYPE_POINTER); + 1, G_TYPE_OBJECT); signals[CANCELLED] = g_signal_new ("cancelled", G_TYPE_FROM_CLASS (klass), |