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.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ege-output-action.cpp b/src/ege-output-action.cpp
index 62878eb16..c1a5be694 100644
--- a/src/ege-output-action.cpp
+++ b/src/ege-output-action.cpp
@@ -41,9 +41,7 @@
#include <string.h>
-#include <gtk/gtkhbox.h>
-#include <gtk/gtklabel.h>
-#include <gtk/gtktoolitem.h>
+#include <gtk/gtk.h>
#include "ege-output-action.h"
@@ -222,6 +220,8 @@ GtkWidget* create_tool_item( GtkAction* action )
gtk_container_add( GTK_CONTAINER(item), hb );
gtk_widget_show_all( item );
+
+ g_value_unset( &value );
} else {
item = gParentClass->create_tool_item( action );
}