diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | open-terminal/caja-open-terminal.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 557dc59..cda4b02 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ AC_PROG_INSTALL AC_PROG_MAKE_SET CAJA_REQUIRED=1.5.0 -LIBMATE_DESKTOP_REQUIRED=1.5.0 +LIBMATE_DESKTOP_REQUIRED=1.7.0 GLIB_REQUIRED=2.26.0 GLIB_GSETTINGS diff --git a/open-terminal/caja-open-terminal.c b/open-terminal/caja-open-terminal.c index 48e8a58..0c09a8e 100644 --- a/open-terminal/caja-open-terminal.c +++ b/open-terminal/caja-open-terminal.c @@ -34,7 +34,7 @@ #include <gtk/gtkwidget.h> #include <gtk/gtkmain.h> -#include <libmate/mate-desktop-item.h> +#include <libmate-desktop/mate-desktop-item.h> #include <gio/gio.h> #include <errno.h> |