From: Maxim Mamontov Date: Mon, 21 Mar 2011 13:57:45 +0000 (+0200) Subject: Cosmetic changes in user_property.cpp X-Git-Tag: 2.407-rc3~133 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/7312e9228c974a96b36c544a815c53ddcce151ca Cosmetic changes in user_property.cpp --- diff --git a/projects/stargazer/user_property.cpp b/projects/stargazer/user_property.cpp index 1dd8b236..46990fd4 100644 --- a/projects/stargazer/user_property.cpp +++ b/projects/stargazer/user_property.cpp @@ -16,7 +16,7 @@ lastActivityTime(stat.lastActivityTime, "lastActivityTime", false, true, GetStgL password (conf.password, "password", true, false, GetStgLogger(), sd), passive (conf.passive, "passive", false, false, GetStgLogger(), sd), disabled (conf.disabled, "disabled", false, false, GetStgLogger(), sd), -disabledDetailStat(conf.disabledDetailStat,"DisabledDetailStat",false,false,GetStgLogger(), sd), +disabledDetailStat(conf.disabledDetailStat, "DisabledDetailStat", false, false, GetStgLogger(), sd), alwaysOnline(conf.alwaysOnline, "alwaysOnline", false, false, GetStgLogger(), sd), tariffName (conf.tariffName, "tariff", false, false, GetStgLogger(), sd), nextTariff (conf.nextTariff, "new tariff", false, false, GetStgLogger(), sd),