diff options
author | Carlos Soriano <csoriano@gnome.org> | 2016-02-29 22:12:03 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-03-04 20:15:52 -0500 |
commit | fec0c4c201cc26f6b43c64e5e8e844f8a553527b (patch) | |
tree | 9af004db176cf910eab7d2ae7d91cad36c44b1e7 /README.in | |
parent | 303fdfbe8b2eed8c3af76d351c0f85fbb60e3170 (diff) | |
download | gtk+-fec0c4c201cc26f6b43c64e5e8e844f8a553527b.tar.gz |
Revert "gtkplacessidebar: add open flags to other locations"
This reverts commit 63a204e1c5b6c since it broke the API.
We will add a new signal instead in an upcomming patch.
https://bugzilla.gnome.org/show_bug.cgi?id=754743
Diffstat (limited to 'README.in')
-rw-r--r-- | README.in | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -110,11 +110,6 @@ Release notes for 3.20 However, all previously existing objects still derive from GtkWidget, so no existing code should break. -* 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. - * The way in which GtkLevelBar determines the offset to apply was a bit inconsistent in the past; this has been fixed. Applications that are using custom offsets should double-check that their |