[glom/glom-1-20] Dialog_ChooseID: Really show the quick find feature.



commit 17be9f534f952ef055bfbe28fe171d4b97721d89
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Dec 21 22:09:05 2011 +0100

    Dialog_ChooseID: Really show the quick find feature.
    
    * ui/operator/dialog_find_id.glade: Correct some widget names.
    We were removing a widget too high in the hierarchy, so we did not
    show the quick find. This was presumably broken by some conversion
    to a new version of Glade at some point.

 ChangeLog                        |    9 +++++++++
 ui/operator/dialog_find_id.glade |    4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index bd974ad..b0f0f78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-12-21  Murray Cumming  <murrayc murrayc com>
+
+	Dialog_ChooseID: Really show the quick find feature.
+
+	* ui/operator/dialog_find_id.glade: Correct some widget names.
+	We were removing a widget too high in the hierarchy, so we did not 
+	show the quick find. This was presumably broken by some conversion
+	to a new version of Glade at some point.
+
 2011-12-19  Murray Cumming  <murrayc murrayc com>
 
 	List: Really store data when the primary key is not auto-incremented.
diff --git a/ui/operator/dialog_find_id.glade b/ui/operator/dialog_find_id.glade
index b14a45c..f54019e 100644
--- a/ui/operator/dialog_find_id.glade
+++ b/ui/operator/dialog_find_id.glade
@@ -49,7 +49,7 @@
             <property name="border_width">6</property>
             <property name="spacing">12</property>
             <child>
-              <object class="GtkAlignment" id="alignment_parent">
+              <object class="GtkAlignment" id="alignment_parent_top">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <child>
@@ -150,7 +150,7 @@
                       </packing>
                     </child>
                     <child>
-                      <object class="GtkAlignment" id="alignment_parent1">
+                      <object class="GtkAlignment" id="alignment_parent">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <child>



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