summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-02-23 20:29:03 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-02-23 20:29:03 -0500
commit63a204e1c5b6cbd52e63784d25f59ce152a7d7a8 (patch)
treed8a9a042029e4166923c5f3a4e7793d292a9d35e /README.in
parent98fb6f6988436408540d463755aa23bba031f635 (diff)
downloadgtk+-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.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.in b/README.in
index e15a52ba1d..e44cd3e795 100644
--- a/README.in
+++ b/README.in
@@ -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
======================