summaryrefslogtreecommitdiff
path: root/src/gui/setup_other.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-09-27 14:34:42 +0300
committerAndrei Karas <akaras@inbox.ru>2013-09-27 14:34:42 +0300
commitbeb426326518da97747cb5dce6773a13a96ceb2a (patch)
tree5ca4a16653ee26d3b9fa38e4c736116d0e836292 /src/gui/setup_other.cpp
parentd36700afb20f14faea02fd77a9ddbd619f3c0d54 (diff)
downloadplus-beb426326518da97747cb5dce6773a13a96ceb2a.tar.gz
plus-beb426326518da97747cb5dce6773a13a96ceb2a.tar.bz2
plus-beb426326518da97747cb5dce6773a13a96ceb2a.tar.xz
plus-beb426326518da97747cb5dce6773a13a96ceb2a.zip
fix reading auction bot integration checkbox.
Diffstat (limited to 'src/gui/setup_other.cpp')
-rw-r--r--src/gui/setup_other.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/setup_other.cpp b/src/gui/setup_other.cpp
index 74ff37d14..a03ee9c74 100644
--- a/src/gui/setup_other.cpp
+++ b/src/gui/setup_other.cpp
@@ -399,5 +399,6 @@ void Setup_Other::externalUpdated()
{
reread("showJob");
reread("enableGuildBot");
+ reread("enableAuctionBot");
reread("enableBuggyServers");
}