mirror of https://github.com/GNOME/gimp.git
initialize with GtkArgSetFunc/GtkArgGetFunc instead of GtkArgFunc.
-timj
This commit is contained in:
parent
ab52da1735
commit
b99f011fe6
|
@ -81,7 +81,8 @@ gtk_multi_option_menu_get_type ()
|
|||
sizeof (GtkMultiOptionMenuClass),
|
||||
(GtkClassInitFunc) gtk_multi_option_menu_class_init,
|
||||
(GtkObjectInitFunc) gtk_multi_option_menu_init,
|
||||
(GtkArgFunc) NULL,
|
||||
(GtkArgSetFunc) NULL,
|
||||
(GtkArgGetFunc) NULL,
|
||||
};
|
||||
|
||||
multi_option_menu_type = gtk_type_unique (gtk_button_get_type (), &multi_option_menu_info);
|
||||
|
|
Loading…
Reference in New Issue