[PATCH] Fix gkr add item combobox (Debian bug #630470)



The migration to GtkComboBoxText from 5b9aa67a8841c was not complete, thus no matter what user chose, default keyring was chosen

Updated XML: GtkComboBox -> GtkComboBoxText + properties

NOTE: Now text in combo box appears twice, I didn't get to sort it out
---
 gkr/seahorse-gkr-add-item.xml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/gkr/seahorse-gkr-add-item.xml b/gkr/seahorse-gkr-add-item.xml
index ccc8f88..8b33654 100644
--- a/gkr/seahorse-gkr-add-item.xml
+++ b/gkr/seahorse-gkr-add-item.xml
@@ -113,7 +113,9 @@
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkComboBox" id="item-keyring">
+                  <object class="GtkComboBoxText" id="item-keyring">
+                    <property name="has-entry">True</property>
+                    <property name="entry-text-column">0</property>
                     <property name="visible">True</property>
                   </object>
                   <packing>


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