summaryrefslogtreecommitdiff
path: root/src/gui/panels/panel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/panels/panel.c')
-rw-r--r--src/gui/panels/panel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/panels/panel.c b/src/gui/panels/panel.c
index 06be865..41d3b0a 100644
--- a/src/gui/panels/panel.c
+++ b/src/gui/panels/panel.c
@@ -895,7 +895,7 @@ static void get_panel_node_size_request(const panel_node *node, GtkRequisition *
GtkRequisition tmp; /* Stockage temporaire */
if (node->simple)
- gtk_widget_size_request(node->station, req);
+ gtk_widget_get_preferred_size(node->station, NULL, req);
else
{