[gthumb] fixed display of the tag list in the search dialog
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] fixed display of the tag list in the search dialog
- Date: Sun, 22 May 2011 13:57:17 +0000 (UTC)
commit 9e42c588021598ca714ed832666062777ba772f8
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sun May 22 15:27:46 2011 +0200
fixed display of the tag list in the search dialog
gthumb/gth-test-category.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gthumb/gth-test-category.c b/gthumb/gth-test-category.c
index 776257d..5c543ad 100644
--- a/gthumb/gth-test-category.c
+++ b/gthumb/gth-test-category.c
@@ -200,6 +200,7 @@ gth_test_category_real_create_control (GthTest *base)
test->priv->tag_store = gtk_list_store_new (1, G_TYPE_STRING);
test->priv->combo_entry = gtk_combo_box_new_with_model_and_entry (GTK_TREE_MODEL (test->priv->tag_store));
+ gtk_combo_box_set_entry_text_column (GTK_COMBO_BOX (test->priv->combo_entry), 0);
g_object_unref (test->priv->tag_store);
update_tag_list (test);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]