summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-11-12 18:00:28 +0100
committerCarlos Soriano <csoriano@gnome.org>2015-11-12 21:48:16 +0100
commitd23238f0e21d5020044f641cb3e1c76597c81ad1 (patch)
treef8f76755ab353eee7354636b1aba8f8c115c15f9
parent3e873d5c7c6a2062a219141feacb5606d6620a72 (diff)
downloadnautilus-d23238f0e21d5020044f641cb3e1c76597c81ad1.tar.gz
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
-rw-r--r--src/nautilus-toolbar-ui.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nautilus-toolbar-ui.xml b/src/nautilus-toolbar-ui.xml
index 8e47f0815..024e3f3b0 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>