[ekiga/ds-gsettings2: 27/33] VideoInputCore: Dropped configuration bridge and moved more keys.
- From: Damien Sandras <dsandras src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga/ds-gsettings2: 27/33] VideoInputCore: Dropped configuration bridge and moved more keys.
- Date: Sat, 5 Oct 2013 12:03:36 +0000 (UTC)
commit 2070079026bb586de5fdac563a0cb4793fa33c5d
Author: Damien Sandras <dsandras beip be>
Date: Sun May 5 18:16:20 2013 +0200
VideoInputCore: Dropped configuration bridge and moved more keys.
lib/engine/videoinput/videoinput-core.cpp | 2 +-
.../videooutput/videooutput-gmconf-bridge.cpp | 122 --------------------
lib/engine/videooutput/videooutput-gmconf-bridge.h | 62 ----------
3 files changed, 1 insertions(+), 185 deletions(-)
---
diff --git a/lib/engine/videoinput/videoinput-core.cpp b/lib/engine/videoinput/videoinput-core.cpp
index 14a325a..6c4d33c 100644
--- a/lib/engine/videoinput/videoinput-core.cpp
+++ b/lib/engine/videoinput/videoinput-core.cpp
@@ -538,7 +538,7 @@ void VideoInputCore::set_contrast (unsigned contrast)
void VideoInputCore::on_set_device (const VideoInputDevice & device)
{
- gm_conf_set_string (VIDEO_DEVICES_KEY "input_device", device.GetString ().c_str ());
+ g_settings_set_string (device_settings->get_g_settings (), "input-device", device.GetString ().c_str ());
}
void VideoInputCore::on_device_opened (VideoInputDevice device,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]