summaryrefslogtreecommitdiff
path: root/src/gtkext/panel.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2024-07-20 23:23:43 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2024-07-20 23:23:43 (GMT)
commite4ccb9e56e822628e299527fee0b7325f0d25662 (patch)
tree10d5eb35fad4ba01b757d4c403c912f209eacb3e /src/gtkext/panel.c
parent9d0d5edf372a9f681bbfd0a3639ee8fc367ce96d (diff)
Prepare a welcome screen.
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)
/******************************************************************************