Make about-me compile with GTK+ 3.x

With plenty of warnings still, but it compiles.
This commit is contained in:
Bastien Nocera 2010-06-23 21:44:09 +01:00
parent de11d12d52
commit e7d581c9ff

View file

@ -124,7 +124,7 @@ e_image_chooser_class_init (EImageChooserClass *klass)
G_STRUCT_OFFSET (EImageChooserClass, changed),
NULL, NULL,
g_cclosure_marshal_VOID__VOID,
GTK_TYPE_NONE, 0);
G_TYPE_NONE, 0);
object_class->dispose = e_image_chooser_dispose;
}