diff options
author | raveit65 <[email protected]> | 2016-06-22 16:13:54 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-06-22 16:13:54 +0200 |
commit | d4e9df8989ef35e8c8ccaa4ce3b067ca25de71c2 (patch) | |
tree | c2018fecf565e4fb5289f59a4ef1cd6494cab372 /cut-n-paste/toolbar-editor/egg-editable-toolbar.h | |
parent | 2c9942121667f5ec79b2aa1cfe706bac2ab06201 (diff) | |
download | atril-d4e9df8989ef35e8c8ccaa4ce3b067ca25de71c2.tar.bz2 atril-d4e9df8989ef35e8c8ccaa4ce3b067ca25de71c2.tar.xz |
Do not use deprecated GTK_TYPE_VBOX definitions
Diffstat (limited to 'cut-n-paste/toolbar-editor/egg-editable-toolbar.h')
-rw-r--r-- | cut-n-paste/toolbar-editor/egg-editable-toolbar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cut-n-paste/toolbar-editor/egg-editable-toolbar.h b/cut-n-paste/toolbar-editor/egg-editable-toolbar.h index 669af415..b4dd1bd1 100644 --- a/cut-n-paste/toolbar-editor/egg-editable-toolbar.h +++ b/cut-n-paste/toolbar-editor/egg-editable-toolbar.h @@ -41,7 +41,7 @@ typedef struct _EggEditableToolbarClass EggEditableToolbarClass; struct _EggEditableToolbar { - GtkVBox parent_object; + GtkBox parent_object; /*< private >*/ EggEditableToolbarPrivate *priv; @@ -49,7 +49,7 @@ struct _EggEditableToolbar struct _EggEditableToolbarClass { - GtkVBoxClass parent_class; + GtkBoxClass parent_class; void (* action_request) (EggEditableToolbar *etoolbar, const char *action_name); |