summaryrefslogtreecommitdiff
path: root/src/gtkext/panel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkext/panel.c')
-rw-r--r--src/gtkext/panel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkext/panel.c b/src/gtkext/panel.c
index f0c39aa..b2817fa 100644
--- a/src/gtkext/panel.c
+++ b/src/gtkext/panel.c
@@ -51,7 +51,7 @@ static void gtk_tiled_panel_finalize(GtkTiledPanel *);
/* Détermine le type du conteneur d'affichage en tuiles nommées. */
-G_DEFINE_TYPE(GtkTiledPanel, gtk_tiled_panel, GTK_TYPE_WIDGET)
+G_DEFINE_TYPE(GtkTiledPanel, gtk_tiled_panel, GTK_TYPE_BOX)
/******************************************************************************