[glom] Combo_TextGlade: Work around GtkComboBoxText bug #612396.



commit a860a47464ed8c76e5cbf4e299932b1a090d1f0b
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Dec 9 02:15:35 2011 +0100

    Combo_TextGlade: Work around GtkComboBoxText bug #612396.
    
    	* glom/utility_widgets/combo_textglade.cc: Without setting
    	entry-text-column, which GtkBuilder understandably does not do,
    	and which GtkComboBoxText does not do in this case, the widget just
    	does not work.
    	This fixes the Users/Groups dialogs and the Script Library dialog.

 ChangeLog |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 63be55b..91098e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2011-12-09  Murray Cumming  <murrayc murrayc com>
 
+	Combo_TextGlade: Work around GtkComboBoxText bug #612396.
+
+	* glom/utility_widgets/combo_textglade.cc: Without setting 
+	entry-text-column, which GtkBuilder understandably does not do,
+	and which GtkComboBoxText does not do in this case, the widget just
+	does not work.
+
+2011-12-09  Murray Cumming  <murrayc murrayc com>
+
 	test_glade_derived_instantiation: Avoid warnings about no connection.
 
 	* glom/mode_design/users/dialog_groups_list.cc: Constructor:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]