diff options
author | Carlos Soriano <csoriano@gnome.org> | 2016-02-23 20:29:03 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-02-23 20:29:03 -0500 |
commit | 63a204e1c5b6cbd52e63784d25f59ce152a7d7a8 (patch) | |
tree | d8a9a042029e4166923c5f3a4e7793d292a9d35e /README.in | |
parent | 98fb6f6988436408540d463755aa23bba031f635 (diff) | |
download | gtk+-63a204e1c5b6cbd52e63784d25f59ce152a7d7a8.tar.gz |
gtkplacessidebar: add open flags to other locations
We weren't using the open flags on the other locations signal, which
makes impossible for applications like nautilus to act in the same
way that for any other location where the user can choose between
opening in the current view, in a new window or in a new tab.
Add the signal missing parameter in order to allow it.
https://bugzilla.gnome.org/show_bug.cgi?id=754743
Diffstat (limited to 'README.in')
-rw-r--r-- | README.in | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -95,6 +95,11 @@ Release notes for 3.20 on having a theme-provided background, call gtk_render_background() from your ::draw handler. +* The GtkPlacesSidebar added a GtkPlacesOpenFlags parameter to the + other-locations signal in order to allow opening new windows or + tabs as done with other locations. This breaks the API for those + using the other-locations signal. + Release notes for 3.18 ====================== |