summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserwidget.h
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2017-03-25 20:36:10 +0100
committerTimm Bäder <mail@baedert.org>2017-03-31 09:50:38 +0200
commit806c4f7d2f669184432081f11c8d1b16bdcecd62 (patch)
treee84eaa5322935c07822b0868cadb3403c1322d52 /gtk/gtkfilechooserwidget.h
parent3c0da77849bc9691591dbf5f4f9e6c81aebf9160 (diff)
downloadgtk+-806c4f7d2f669184432081f11c8d1b16bdcecd62.tar.gz
filechooserwidget: Inherit from GtkWidget
Diffstat (limited to 'gtk/gtkfilechooserwidget.h')
-rw-r--r--gtk/gtkfilechooserwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkfilechooserwidget.h b/gtk/gtkfilechooserwidget.h
index 617cfd3e93..df29d2bad6 100644
--- a/gtk/gtkfilechooserwidget.h
+++ b/gtk/gtkfilechooserwidget.h
@@ -41,7 +41,7 @@ typedef struct _GtkFileChooserWidgetClass GtkFileChooserWidgetClass;
struct _GtkFileChooserWidget
{
- GtkBox parent_instance;
+ GtkWidget parent_instance;
GtkFileChooserWidgetPrivate *priv;
};
@@ -52,7 +52,7 @@ struct _GtkFileChooserWidget
*/
struct _GtkFileChooserWidgetClass
{
- GtkBoxClass parent_class;
+ GtkWidgetClass parent_class;
/*< private >*/