[cheese] remove some gconf packages and headers



commit 8f7f3c497440444c4907bce0cc7c9fb12dec75e5
Author: daniel g. siegel <dgsiegel gnome org>
Date:   Thu Nov 18 01:11:53 2010 +0100

    remove some gconf packages and headers

 docs/reference/Makefile.am  |    1 -
 libcheese/cheese-fileutil.c |    2 +-
 src/Makefile.am             |    1 -
 3 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 1fb5f41..278f93f 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -56,7 +56,6 @@ IGNORE_HFILES=					\
 	cheese-countdown.h			\
 	cheese-fileutil.h			\
 	cheese-flash.h				\
-	cheese-gconf.h				\
 	cheese-widget-private.h			\
 	cheese-enum-types.h                     \
 	um-crop-area.h
diff --git a/libcheese/cheese-fileutil.c b/libcheese/cheese-fileutil.c
index 80aca6a..c5f70a4 100644
--- a/libcheese/cheese-fileutil.c
+++ b/libcheese/cheese-fileutil.c
@@ -189,7 +189,7 @@ cheese_fileutil_init (CheeseFileUtil *fileutil)
   g_settings_get (settings, "video-path", "s", &priv->video_path);
   g_settings_get (settings, "photo-path", "s", &priv->video_path);
 
-  /* get the video path from gconf, xdg or hardcoded */
+  /* get the video path from gsettings, xdg or hardcoded */
   if (!priv->video_path || strcmp (priv->video_path, "") == 0)
   {
     /* get xdg */
diff --git a/src/Makefile.am b/src/Makefile.am
index 23896c5..9a07049 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,7 +7,6 @@ VALAFLAGS = \
 	--pkg gee-1.0 \
 	--pkg clutter-1.0 \
 	--pkg clutter-gtk-0.10 \
-	--pkg gconf-2.0 \
 	--pkg gstreamer-0.10 \
 	--pkg unique-1.0 \
 	--pkg libcanberra \



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