[gtk+] GtkDialog: protect against show_all



commit 0af4b71cd1e41c1ccdc540438c64842f37209ea0
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Apr 28 15:36:34 2014 -0400

    GtkDialog: protect against show_all
    
    The real reason for the problem that the just reverted change
    was supposed to address is that testfilechooser uses show_all
    to tease out places where composite dialogs don't properly
    protect their internals against unintended showing. Well,
    lets do that, then.

 gtk/resources/ui/gtkdialog.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/resources/ui/gtkdialog.ui b/gtk/resources/ui/gtkdialog.ui
index 7ea8837..9c10772 100644
--- a/gtk/resources/ui/gtkdialog.ui
+++ b/gtk/resources/ui/gtkdialog.ui
@@ -25,6 +25,7 @@
         <child>
           <object class="GtkBox" id="action_box">
             <property name="visible">True</property>
+            <property name="no-show-all">True</property>
             <property name="can_focus">False</property>
             <style>
               <class name="dialog-action-box"/>


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