summaryrefslogtreecommitdiffstats
path: root/src/pvsgui.cpp
diff options
context:
space:
mode:
authorSebastien Braun2010-08-04 17:28:45 +0200
committerSebastien Braun2010-08-04 17:28:45 +0200
commitf8e6e94b25a092d51acdec600465074b4eb32cb8 (patch)
tree8251b788b2a63abba5cf0d9e046102471cce1e59 /src/pvsgui.cpp
parentFix a bug where transfer IDs would linger in the pvs daemon's data structures... (diff)
downloadpvs-f8e6e94b25a092d51acdec600465074b4eb32cb8.tar.gz
pvs-f8e6e94b25a092d51acdec600465074b4eb32cb8.tar.xz
pvs-f8e6e94b25a092d51acdec600465074b4eb32cb8.zip
Make PGM interface configurable
Diffstat (limited to 'src/pvsgui.cpp')
-rw-r--r--src/pvsgui.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pvsgui.cpp b/src/pvsgui.cpp
index e949d5b..40112b4 100644
--- a/src/pvsgui.cpp
+++ b/src/pvsgui.cpp
@@ -143,6 +143,9 @@ void PVSGUI::updateConfig()
setLocation(POSITION_TOP_CENTER);
else
setLocation(_settings.value("Display/location").toInt());
+
+ if (!_settings.value("Multicast/interface").isNull())
+ _ifaceDBus->setMulticastInterface(_settings.value("Multicast/interface").toString());
}
////////////////////////////////////////////////////////////////////////////////