summaryrefslogtreecommitdiff
path: root/plugins/converter
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/converter')
-rw-r--r--plugins/converter/support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/converter/support.c b/plugins/converter/support.c
index b3816098..c0d93fe4 100644
--- a/plugins/converter/support.c
+++ b/plugins/converter/support.c
@@ -145,7 +145,7 @@ glade_set_atk_action_description (AtkAction *action,
#if GTK_CHECK_VERSION(3,0,0)
GtkWidget *
gtk_combo_box_entry_new_text(void) {
- GtkWidget *w = gtk_combo_box_text_new_with_entry ();
+ return gtk_combo_box_text_new_with_entry ();
}
void