diff options
Diffstat (limited to 'gtk/gtkentry.c')
-rw-r--r-- | gtk/gtkentry.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index e80d8c157b..58e47aff4e 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -214,8 +214,9 @@ gtk_entry_get_type (void) sizeof (GtkEntryClass), (GtkClassInitFunc) gtk_entry_class_init, (GtkObjectInitFunc) gtk_entry_init, - (GtkArgSetFunc) NULL, - (GtkArgGetFunc) NULL, + /* reversed_1 */ NULL, + /* reversed_2 */ NULL, + (GtkClassInitFunc) NULL, }; entry_type = gtk_type_unique (gtk_editable_get_type (), &entry_info); |