[anjuta] snippets-manager: Fix bug in gtk+-3 transition.



commit 98e2536f281d72cbf1c1ec3ff3dbcf10ced70d9f
Author: Johannes Schmid <jhs gnome org>
Date:   Tue Dec 14 00:16:02 2010 +0100

    snippets-manager: Fix bug in gtk+-3 transition.

 plugins/snippets-manager/snippets-editor.ui |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/plugins/snippets-manager/snippets-editor.ui b/plugins/snippets-manager/snippets-editor.ui
index 807d97c..9bb8477 100644
--- a/plugins/snippets-manager/snippets-editor.ui
+++ b/plugins/snippets-manager/snippets-editor.ui
@@ -94,10 +94,12 @@ The role of the name is purely informative.</property>
                               </packing>
                             </child>
                             <child>
-                              <object class="GtkComboBox" id="snippets_group_combo_box">
+                              <object class="GtkComboBoxText" id="snippets_group_combo_box">
                                 <property name="width_request">180</property>
                                 <property name="visible">True</property>
                                 <property name="tooltip_text" translatable="yes">Select the Snippets Group to which this snippet belongs.</property>
+                                <property name="has-entry">True</property>
+                                <property name="entry-text-column">0</property>
                               </object>
                               <packing>
                                 <property name="expand">False</property>



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