Make about-me compile with GTK+ 3.x
With plenty of warnings still, but it compiles.
This commit is contained in:
parent
de11d12d52
commit
e7d581c9ff
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue