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 22:51:58 +0100
commit42ef7dba7fdbc6190630e4b18d412eda29891a04 (patch)
tree21dbd76bdb28bb85b660d38de126c65ab664f266
parenta44b4996fa175c09d0d0d5ae8e340f4360f7f09d (diff)
downloadnautilus-42ef7dba7fdbc6190630e4b18d412eda29891a04.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/resources/ui/nautilus-toolbar.ui2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/resources/ui/nautilus-toolbar.ui b/src/resources/ui/nautilus-toolbar.ui
index 8e47f0815..024e3f3b0 100644
--- a/src/resources/ui/nautilus-toolbar.ui
+++ b/src/resources/ui/nautilus-toolbar.ui
@@ -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>