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);