[glom] Fix GTK+ critical about an unrealized widget that had focus



commit 5efa9f0e21296813647f48717dd4e26ce4a68e70
Author: David King <davidk openismus com>
Date:   Tue Sep 1 15:35:01 2009 +0200

    Fix GTK+ critical about an unrealized widget that had focus
    
    * glom/glom.glade: Fix an interesting warning, where the quickfind
    Gtk::Entry was described in the glade file as having focus, even
    though it was set to be not visible, and therefore not realized.

 ChangeLog       |    6 ++++++
 glom/glom.glade |    1 -
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index b2a2bb1..647a376 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2009-09-01  David King  <davidk openismus com>
 
+	* glom/glom.glade: Fix an interesting warning, where the quickfind
+	Gtk::Entry was described in the glade file as having focus, even
+	though it was set to be not visible, and therefore not realized.
+
+2009-09-01  David King  <davidk openismus com>
+
 	* glom/dialog_existing_or_new.cc:
 	* glom/utility_widgets/db_adddel/db_adddel.cc: Use Gtk::StockID
 	constructor with builtin stock items so that GTK+ warnings are not
diff --git a/glom/glom.glade b/glom/glom.glade
index 1db7c1a..9e78bba 100644
--- a/glom/glom.glade
+++ b/glom/glom.glade
@@ -1036,7 +1036,6 @@
                   <object class="GtkEntry" id="entry_quickfind">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
-                    <property name="has_focus">True</property>
                     <property name="invisible_char">&#x2022;</property>
                   </object>
                   <packing>



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