[gnome-games] libgames-support: Fix rsvg version check
- From: Christian Persch <chpe src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-games] libgames-support: Fix rsvg version check
- Date: Thu, 9 Jul 2009 23:14:12 +0000 (UTC)
commit b2ec9fe907a439393e5a96ec7cdced7950bae512
Author: Christian Persch <chpe gnome org>
Date: Thu Jul 9 15:15:43 2009 +0200
libgames-support: Fix rsvg version check
libgames-support/games-card-theme-kde.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgames-support/games-card-theme-kde.c b/libgames-support/games-card-theme-kde.c
index 1ab53f3..ccc1ab3 100644
--- a/libgames-support/games-card-theme-kde.c
+++ b/libgames-support/games-card-theme-kde.c
@@ -64,7 +64,7 @@ struct _GamesCardThemeKDE {
/* We need librsvg >= 2.22.4 here */
#if defined(LIBRSVG_CHECK_VERSION)
-#if LIBRSVG_CHECK_VERSION(2, 22, 4)
+#if LIBRSVG_CHECK_VERSION(2, 26, 0)
#define HAVE_NEW_RSVG
#endif
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]