[gnome-control-center] universal-access: Fix incorrect include path



commit 0974b9f34a87557a3389a89f9e50639caa1f8fe2
Author: Robert Ancell <robert ancell canonical com>
Date:   Tue Jan 10 10:43:27 2012 +0100

    universal-access: Fix incorrect include path
    
    We were using a prefixed path even though gsettings-desktop-schemas
    already prefixes the include path.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=667616

 panels/universal-access/cc-ua-panel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/universal-access/cc-ua-panel.c b/panels/universal-access/cc-ua-panel.c
index c771442..9582e84 100644
--- a/panels/universal-access/cc-ua-panel.c
+++ b/panels/universal-access/cc-ua-panel.c
@@ -26,7 +26,7 @@
 
 #include <math.h>
 #include <glib/gi18n-lib.h>
-#include <gsettings-desktop-schemas/gdesktop-enums.h>
+#include <gdesktop-enums.h>
 #include "cc-ua-panel.h"
 
 #include "zoom-options.h"



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