summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-04-28 15:36:34 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-04-28 15:39:21 -0400
commit0af4b71cd1e41c1ccdc540438c64842f37209ea0 (patch)
tree8b82b65c10b49492c075df981c248dc976333493
parent26d6eadab7f21a6af5383c03e3e0d4703be3d051 (diff)
downloadgtk+-0af4b71cd1e41c1ccdc540438c64842f37209ea0.tar.gz
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.
-rw-r--r--gtk/resources/ui/gtkdialog.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/resources/ui/gtkdialog.ui b/gtk/resources/ui/gtkdialog.ui
index 7ea88376be..9c10772b3d 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"/>