summaryrefslogtreecommitdiffstats
path: root/src/ege-output-action.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ege-output-action.cpp')
-rw-r--r--src/ege-output-action.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ege-output-action.cpp b/src/ege-output-action.cpp
index 214bd4b29..9a7d7e318 100644
--- a/src/ege-output-action.cpp
+++ b/src/ege-output-action.cpp
@@ -221,7 +221,7 @@ void fixup_labels( GObject *gobject, GParamSpec *arg1, gpointer user_data )
/* Search for the things we built up in create_tool_item() */
GList* children = gtk_container_get_children( GTK_CONTAINER(proxies->data) );
if ( children && children->data ) {
- if ( GTK_IS_HBOX(children->data) ) {
+ if ( GTK_IS_BOX(children->data) ) {
children = gtk_container_get_children( GTK_CONTAINER(children->data) );
if ( children && g_list_next(children) ) {
GtkWidget* child = GTK_WIDGET( g_list_next(children)->data );