]> git.0d.be Git - empathy.git/commitdiff
use G_TYPE_OBJECT instead of G_TYPE_POINTER
authorFelix Kaser <f.kaser@gmx.net>
Sat, 9 Jan 2010 11:47:34 +0000 (12:47 +0100)
committerFelix Kaser <f.kaser@gmx.net>
Mon, 11 Jan 2010 14:03:27 +0000 (15:03 +0100)
in the signature of the account-created signal

libempathy-gtk/empathy-account-widget.c

index 33eb528480477fccc65dd90d1f3a965ad2f3ad29..ae210a42ef6af720f3ee754b96a61fcb750635f3 100644 (file)
@@ -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),