[cheese] Fix run-time warning
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [cheese] Fix run-time warning
- Date: Tue, 1 Dec 2009 16:50:20 +0000 (UTC)
commit 7570e1c4eea1bb602418c75064551d52c4e9fca8
Author: Bastien Nocera <hadess hadess net>
Date: Tue Dec 1 16:49:55 2009 +0000
Fix run-time warning
libcheese/cheese-widget.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libcheese/cheese-widget.c b/libcheese/cheese-widget.c
index d6ac015..af071a7 100644
--- a/libcheese/cheese-widget.c
+++ b/libcheese/cheese-widget.c
@@ -167,7 +167,7 @@ setup_camera (CheeseWidget *widget)
g_object_get (priv->gconf,
"gconf_prop_x_resolution", &x_resolution,
"gconf_prop_y_resolution", &y_resolution,
- "gconf_prop_webcam", &webcam_device,
+ "gconf_prop_camera", &webcam_device,
"gconf_prop_brightness", &brightness,
"gconf_prop_contrast", &contrast,
"gconf_prop_saturation", &saturation,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]