From 9dd965ef0dc8a578ce8969cbe27f3399e0300dd4 Mon Sep 17 00:00:00 2001 From: Joey Zheng Date: Fri, 31 Aug 2012 15:24:38 +0800 Subject: fix function gtk_combo_box_entry_new_text() to return value. --- plugins/shellexecui/support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/shellexecui') diff --git a/plugins/shellexecui/support.c b/plugins/shellexecui/support.c index b3816098..c0d93fe4 100644 --- a/plugins/shellexecui/support.c +++ b/plugins/shellexecui/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 -- cgit v1.2.3