summaryrefslogtreecommitdiff
path: root/plugins/converter
diff options
context:
space:
mode:
authorGravatar Joey Zheng <joey@jzheng.org>2012-08-31 15:24:38 +0800
committerGravatar waker <wakeroid@gmail.com>2012-09-03 18:10:10 +0200
commit9dd965ef0dc8a578ce8969cbe27f3399e0300dd4 (patch)
tree50beb3e5792a99cf9313e7860decb6640cfd6dde /plugins/converter
parent60d06c0de7a3185e26e1254f364fbb10e301ceb2 (diff)
fix function gtk_combo_box_entry_new_text() to return value.
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