[nautilus/gnome-3-18] toolbar: fix persistent operation popover



commit d23238f0e21d5020044f641cb3e1c76597c81ad1
Author: Carlos Soriano <csoriano gnome org>
Date:   Thu Nov 12 18:00:28 2015 +0100

    toolbar: fix persistent operation popover
    
    The popover was remaining persistent after you clicked
    outside of the popover.
    We were setting modal false and I guess that was messing up
    the gtk popover management.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=757694

 src/nautilus-toolbar-ui.xml |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/nautilus-toolbar-ui.xml b/src/nautilus-toolbar-ui.xml
index 8e47f08..024e3f3 100644
--- a/src/nautilus-toolbar-ui.xml
+++ b/src/nautilus-toolbar-ui.xml
@@ -184,8 +184,6 @@
     </child>
   </template>
   <object class="GtkPopover" id="operations_popover">
-    <property name="modal">false</property>
-    <property name="relative-to">operations_button</property>
     <child>
       <object class="GtkScrolledWindow">
         <property name="visible">True</property>


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