From 63ce8401f261d43600d0418aec23471a2ef90e25 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sat, 11 Oct 2008 13:42:40 +0100 Subject: Set the initial state correctly --- src/paprefs.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/paprefs.cc b/src/paprefs.cc index 457f78c..cd7081e 100644 --- a/src/paprefs.cc +++ b/src/paprefs.cc @@ -404,6 +404,7 @@ void MainWindow::readFromGConf() { anonymousAuthCheckButton->set_active(gconf->get_bool(PA_GCONF_PATH_MODULES"/remote-access/anonymous_enabled")); zeroconfDiscoverCheckButton->set_active(gconf->get_bool(PA_GCONF_PATH_MODULES"/zeroconf-discover/enabled")); + zeroconfRaopDiscoverCheckButton->set_active(gconf->get_bool(PA_GCONF_PATH_MODULES"/raop-discover/enabled")); rtpReceiveCheckButton->set_active(gconf->get_bool(PA_GCONF_PATH_MODULES"/rtp-recv/enabled")); -- cgit