[eog] Fix build against GNOME 3 platform
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog] Fix build against GNOME 3 platform
- Date: Mon, 15 Nov 2010 21:55:29 +0000 (UTC)
commit 3e2af1c2ba6450075f0315a5230015853b97f87d
Author: Baptiste Mille-Mathias <baptiste millemathias gmail com>
Date: Mon Nov 15 15:21:09 2010 +0100
Fix build against GNOME 3 platform
https://bugzilla.gnome.org/show_bug.cgi?id=634907
configure.ac | 2 +-
src/eog-file-chooser.c | 2 +-
src/eog-thumbnail.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index cc55705..bc5443a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -85,7 +85,7 @@ GNOME_DOC_INIT
GTK_REQUIRED=2.91.1
GLIB_REQUIRED=2.25.9
-GNOME_DESKTOP_REQUIRED=2.90.4
+GNOME_DESKTOP_REQUIRED=2.91.2
GDKPIXBUF_REQUIRED=2.4.0
# Require GConf 2.31+ for GConf-GSettings-Backend
GCONF_REQUIRED=2.31.1
diff --git a/src/eog-file-chooser.c b/src/eog-file-chooser.c
index 4317017..ec5617a 100644
--- a/src/eog-file-chooser.c
+++ b/src/eog-file-chooser.c
@@ -34,7 +34,7 @@
#ifndef GNOME_DESKTOP_USE_UNSTABLE_API
#define GNOME_DESKTOP_USE_UNSTABLE_API
#endif
-#include <libgnomeui/gnome-desktop-thumbnail.h>
+#include <libgnome-desktop/gnome-desktop-thumbnail.h>
static char *last_dir[] = { NULL, NULL, NULL, NULL };
diff --git a/src/eog-thumbnail.c b/src/eog-thumbnail.c
index 05c0a4e..299f119 100644
--- a/src/eog-thumbnail.c
+++ b/src/eog-thumbnail.c
@@ -31,7 +31,7 @@
#ifndef GNOME_DESKTOP_USE_UNSTABLE_API
#define GNOME_DESKTOP_USE_UNSTABLE_API
#endif
-#include <libgnomeui/gnome-desktop-thumbnail.h>
+#include <libgnome-desktop/gnome-desktop-thumbnail.h>
#include "eog-thumbnail.h"
#include "eog-list-store.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]