summaryrefslogtreecommitdiff
path: root/configure.ac.in
diff options
context:
space:
mode:
authorSergios - Anestis Kefalidis <sergioskefalidis@gmail.com>2021-12-12 12:55:05 +0200
committerSergios - Anestis Kefalidis <sergioskefalidis@gmail.com>2021-12-12 12:55:05 +0200
commitfd333c2e8773f708f9c17e27640895db155b6845 (patch)
tree868009687e91e1c40c9c646e2d66f98fd1d38fca /configure.ac.in
parenteb2b1b284d08d045cf393bcbf2045965f263d781 (diff)
downloadthunar-fd333c2e8773f708f9c17e27640895db155b6845.tar.gz
Add a GUI shortcuts editor (Issue #279)
Embed libxfce4uis XfceShortcutsEditor widget in the Preferences Dialog. The shortcuts of ThunarWindow, ThunarStandardView, ThunarStatusBar and ThunarLauncher are exposed. The remaining shortcuts were deemed insignificant compared to the additional complexity that adding them would introduce. ThunarApplication watches the accelerator map for changes. Any change leads to all ThunarWindows reconnecting their accelerators to make sure that currently active windows can use the new accelerators even if an action previously did not have a shortcut MR !171 Issue #279
Diffstat (limited to 'configure.ac.in')
-rw-r--r--configure.ac.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac.in b/configure.ac.in
index c31fb871..8c36fe5c 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -152,8 +152,8 @@ XDT_CHECK_PACKAGE([GMODULE], [gmodule-2.0], [2.56.0])
XDT_CHECK_PACKAGE([GTK], [gtk+-3.0], [3.22.0])
XDT_CHECK_PACKAGE([GDK_PIXBUF], [gdk-pixbuf-2.0], [2.14.0])
XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.17.1])
-XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-2], [4.17.0])
-XDT_CHECK_PACKAGE([LIBXFCE4KBD_PRIVATE], [libxfce4kbd-private-3], [4.12.0])
+XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-2], [4.17.2])
+XDT_CHECK_PACKAGE([LIBXFCE4KBD_PRIVATE], [libxfce4kbd-private-3], [4.17.2])
XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.12.0])
XDT_CHECK_PACKAGE([PANGO], [pango], [1.38.0])