summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-02-22 14:20:19 +0100
committerCarlos Soriano <csoriano@gnome.org>2016-02-24 11:37:13 +0100
commit4738c1431b633a13c842daaba7a0d1926f02bc93 (patch)
tree7a0c50051463d711d0bc17250e94490ad3481ecc /configure.ac
parent1dc03cfa1fdd35ca56bae217d21cbac65bce7697 (diff)
downloadnautilus-4738c1431b633a13c842daaba7a0d1926f02bc93.tar.gz
window: use open flags for other locations view
We weren't checking the open flags from the sidebar when the other locations was clicked. This was due to the sidebar not adding those flags to the signal. In a recent commit gtk+ added the missing flags, so now we can check for those in nautilus and open in the current view, in a tab or in a window accordingly. https://bugzilla.gnome.org/show_bug.cgi?id=754743
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6f191604f..892c280aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl ===========================================================================
m4_define(glib_minver, 2.45.7)
m4_define(gnome_desktop_minver, 3.0.0)
m4_define(pango_minver, 1.28.3)
-m4_define(gtk_minver, 3.19.1)
+m4_define(gtk_minver, 3.19.9)
m4_define(xml_minver, 2.7.8)
m4_define(exif_minver, 0.6.20)
m4_define(exempi_minver, 2.1.0)