[gnome-settings-daemon] xrandr: Update for gnome-desktop changes



commit 4df2be5d9da834849db1292de86a16de98c384a1
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Nov 12 13:27:58 2010 +0000

    xrandr: Update for gnome-desktop changes
    
    The headers got moved.

 configure.ac                        |    2 +-
 plugins/xrandr/gsd-xrandr-manager.c |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3d6452c..6fe06cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,7 +54,7 @@ GLIB_REQUIRED_VERSION=2.17.3
 GTK_REQUIRED_VERSION=2.91.0
 GCONF_REQUIRED_VERSION=2.6.1
 GIO_REQUIRED_VERSION=2.17.3
-GNOME_DESKTOP_REQUIRED_VERSION=2.91.1
+GNOME_DESKTOP_REQUIRED_VERSION=2.91.2
 LIBNOTIFY_REQUIRED_VERSION=0.6.1
 
 EXTRA_COMPILE_WARNINGS(yes)
diff --git a/plugins/xrandr/gsd-xrandr-manager.c b/plugins/xrandr/gsd-xrandr-manager.c
index 81bbe75..b2e9eca 100644
--- a/plugins/xrandr/gsd-xrandr-manager.c
+++ b/plugins/xrandr/gsd-xrandr-manager.c
@@ -42,9 +42,9 @@
 
 #define GNOME_DESKTOP_USE_UNSTABLE_API
 
-#include <libgnomeui/gnome-rr-config.h>
-#include <libgnomeui/gnome-rr.h>
-#include <libgnomeui/gnome-rr-labeler.h>
+#include <libgnome-desktop/gnome-rr-config.h>
+#include <libgnome-desktop/gnome-rr.h>
+#include <libgnome-desktop/gnome-rr-labeler.h>
 
 #ifdef HAVE_LIBNOTIFY
 #include <libnotify/notify.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]