From 01b4a6d993b999516c5e47a0b731a0d4e9a104ca Mon Sep 17 00:00:00 2001 From: fgerlits Date: Fri, 9 Feb 2007 11:20:46 +0000 Subject: [PATCH] fixed #2176 --- .../products/gLiveSupport/etc/campcaster-studio.xml | 13 +++++++++++++ .../gLiveSupport/etc/campcaster-studio.xml.template | 13 +++++++++++++ .../etc/campcaster-studio.xml.user-template | 13 +++++++++++++ .../src/products/gLiveSupport/src/RdsEntry.cxx | 2 +- 4 files changed, 40 insertions(+), 1 deletion(-) diff --git a/campcaster/src/products/gLiveSupport/etc/campcaster-studio.xml b/campcaster/src/products/gLiveSupport/etc/campcaster-studio.xml index 5160b7ec1..b6fafd0c9 100644 --- a/campcaster/src/products/gLiveSupport/etc/campcaster-studio.xml +++ b/campcaster/src/products/gLiveSupport/etc/campcaster-studio.xml @@ -14,6 +14,7 @@ taskbarIcons, testAudioUrl, serialPort, + rdsContainer, metadataTypeContainer, keyboardShortcutList) > @@ -105,6 +106,12 @@ + + + + + + @@ -195,6 +202,12 @@ + + + + + + @@ -105,6 +106,12 @@ + + + + + + @@ -194,6 +201,12 @@ + + + + + + @@ -105,6 +106,12 @@ + + + + + + @@ -194,6 +201,12 @@ + + + + + + ::Ref gLiveSupport) throw () entryBinNow(new const Glib::ustring(entryBin->get_text())); if (!entryBinSaved || checkBoxNow != checkBoxSaved - || entryBinNow != entryBinSaved) { + || *entryBinNow != *entryBinSaved) { Ptr::Ref optionsContainer = gLiveSupport->getOptionsContainer(); optionsContainer->setRdsOptions(type, entryBinNow, checkBoxNow);