[gtk+] app chooser widget: protect against show_all



commit 0b86b8b0a1335aa83b69063306768d2a2bb9ebc8
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Sep 22 16:07:13 2015 -0400

    app chooser widget: protect against show_all
    
    The visibility of the 'no apps' placeholder is managed by
    the dialog, it should not be affected by gtk_widget_show_all.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=748080

 gtk/ui/gtkappchooserwidget.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/ui/gtkappchooserwidget.ui b/gtk/ui/gtkappchooserwidget.ui
index 6b3b2df..015bdd6 100644
--- a/gtk/ui/gtkappchooserwidget.ui
+++ b/gtk/ui/gtkappchooserwidget.ui
@@ -97,6 +97,7 @@
         <child type="overlay">
           <object class="GtkBox" id="no_apps">
             <property name="orientation">vertical</property>
+            <property name="no-show-all">True</property>
             <property name="halign">center</property>
             <property name="valign">center</property>
             <child>


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