diff -upr paprefs-0.9.6-orig//src/paprefs.cc paprefs-0.9.6//src/paprefs.cc
|
old
|
new
|
|
| 364 | 364 | |
| 365 | 365 | ignoreChanges = TRUE; |
| 366 | 366 | |
| | 367 | if (!gconf->dir_exists(PA_GCONF_PATH_MODULES"/remote-access")) { |
| | 368 | /* set default configuration */ |
| | 369 | gconf->set(PA_GCONF_PATH_MODULES"/remote-access/enabled", true); |
| | 370 | } |
| | 371 | |
| 367 | 372 | remoteAccessCheckButton->set_active(gconf->get_bool(PA_GCONF_PATH_MODULES"/remote-access/enabled")); |
| 368 | 373 | zeroconfPublishCheckButton->set_active(gconf->get_bool(PA_GCONF_PATH_MODULES"/remote-access/zeroconf_enabled")); |
| 369 | 374 | anonymousAuthCheckButton->set_active(gconf->get_bool(PA_GCONF_PATH_MODULES"/remote-access/anonymous_enabled")); |