summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-10-31 01:29:11 +0100
committerStefano Karapetsas <[email protected]>2013-10-31 01:29:11 +0100
commit11e5ff92dd0725ad604c9a716882a3d2c95c6414 (patch)
treec6b9b47c13c8b7ccaf4c25f800764f9c456ab1d9
parent8e7dd58d10eebec687ecc7df31f766552cfd06d2 (diff)
downloadcaja-extensions-11e5ff92dd0725ad604c9a716882a3d2c95c6414.tar.bz2
caja-extensions-11e5ff92dd0725ad604c9a716882a3d2c95c6414.tar.xz
Update to latest mate-desktop include path
-rw-r--r--configure.ac2
-rw-r--r--open-terminal/caja-open-terminal.c2
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>