[gtk+/gtk-3-6] Fix duplicate columns in filechooser entry completion
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-6] Fix duplicate columns in filechooser entry completion
- Date: Thu, 18 Oct 2012 01:27:36 +0000 (UTC)
commit df726fde83aca1c1e9a1edd08f5d81f553e1250a
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Oct 17 21:21:09 2012 -0400
Fix duplicate columns in filechooser entry completion
This partically reverts commit
331bba1ad6c5d9535fc5a827b91019f5824e25a7, which broke documented
behaviour.
gtk/gtkentrycompletion.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkentrycompletion.c b/gtk/gtkentrycompletion.c
index dbc14f0..2f4bd28 100644
--- a/gtk/gtkentrycompletion.c
+++ b/gtk/gtkentrycompletion.c
@@ -656,8 +656,7 @@ gtk_entry_completion_set_property (GObject *object,
break;
case PROP_TEXT_COLUMN:
- gtk_entry_completion_set_text_column (completion,
- g_value_get_int (value));
+ priv->text_column = g_value_get_int (value);
break;
case PROP_INLINE_COMPLETION:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]