summaryrefslogtreecommitdiff
path: root/src/gui/setup_other.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-03-22 23:24:25 +0300
committerAndrei Karas <akaras@inbox.ru>2013-03-22 23:24:25 +0300
commit4c3a9f7ec045362efc4e033bcfb3bc5507b3ae0b (patch)
treec5a56bf69a5a0d1efc5d9baf5fccb91fd26236fe /src/gui/setup_other.cpp
parent6b92425b46de741d4cda35027083fd988ac4e942 (diff)
downloadplus-4c3a9f7ec045362efc4e033bcfb3bc5507b3ae0b.tar.gz
plus-4c3a9f7ec045362efc4e033bcfb3bc5507b3ae0b.tar.bz2
plus-4c3a9f7ec045362efc4e033bcfb3bc5507b3ae0b.tar.xz
plus-4c3a9f7ec045362efc4e033bcfb3bc5507b3ae0b.zip
Fix updating per server settings in misc tab.
Diffstat (limited to 'src/gui/setup_other.cpp')
-rw-r--r--src/gui/setup_other.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/setup_other.cpp b/src/gui/setup_other.cpp
index 4572fe2ed..4404a26e9 100644
--- a/src/gui/setup_other.cpp
+++ b/src/gui/setup_other.cpp
@@ -289,3 +289,10 @@ void Setup_Other::apply()
logger->setDebugLog(config.getBoolValue("debugLog"));
}
+
+void Setup_Other::externalUpdated()
+{
+ reread("showJob");
+ reread("enableGuildBot");
+ reread("enableBuggyServers");
+}