[nautilus/gnome-3-18] toolbar: fix persistent operation popover
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/gnome-3-18] toolbar: fix persistent operation popover
- Date: Thu, 12 Nov 2015 20:49:36 +0000 (UTC)
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]