summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-11-09 16:32:48 +0100
committerStefano Karapetsas <[email protected]>2013-11-09 16:32:48 +0100
commiteaa7cd921ab30dcf38bb29e71fae22f3970515c0 (patch)
tree8e67bdca7b6707092cfaa6713032a4969740dc5d
parent07d39e714ce7d0d59864f4a235f06f4bbb223aac (diff)
downloadeom-eaa7cd921ab30dcf38bb29e71fae22f3970515c0.tar.bz2
eom-eaa7cd921ab30dcf38bb29e71fae22f3970515c0.tar.xz
Update mate-desktop headers path
-rw-r--r--src/eom-file-chooser.c2
-rw-r--r--src/eom-window.c6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/eom-file-chooser.c b/src/eom-file-chooser.c
index b1ee955..9189f55 100644
--- a/src/eom-file-chooser.c
+++ b/src/eom-file-chooser.c
@@ -35,7 +35,7 @@
#ifndef MATE_DESKTOP_USE_UNSTABLE_API
#define MATE_DESKTOP_USE_UNSTABLE_API
#endif
-#include <libmateui/mate-desktop-thumbnail.h>
+#include <libmate-desktop/mate-desktop-thumbnail.h>
static char *last_dir[] = { NULL, NULL, NULL, NULL };
diff --git a/src/eom-window.c b/src/eom-window.c
index 4b934c1..7832350 100644
--- a/src/eom-window.c
+++ b/src/eom-window.c
@@ -76,9 +76,9 @@
#endif
#if GTK_CHECK_VERSION(3, 0, 0)
- #define gtk_widget_hide_all(w) gtk_widget_hide(w)
- #define MATE_DESKTOP_USE_UNSTABLE_API
- #include <libmate/mate-desktop-utils.h>
+#define gtk_widget_hide_all(w) gtk_widget_hide(w)
+#define MATE_DESKTOP_USE_UNSTABLE_API
+#include <libmate-desktop/mate-desktop-utils.h>
#endif
#define EOM_WINDOW_GET_PRIVATE(object) \