diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-29 10:04:32 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-29 10:04:32 +0000 |
commit | d0548b5d631f44cad9bbce5ac521717c87cef3ad (patch) | |
tree | 928027ed38136c512473939eaee36f64fab901e6 /plugins/Weather/src/weather_opt.cpp | |
parent | 8aad639169f7d36ba395737592cfc4d0295ce5f7 (diff) |
- by default Weather goes virtual;
- version bump;
git-svn-id: http://svn.miranda-ng.org/main/trunk@2555 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Weather/src/weather_opt.cpp')
-rw-r--r-- | plugins/Weather/src/weather_opt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Weather/src/weather_opt.cpp b/plugins/Weather/src/weather_opt.cpp index f242adb0f1..31ddc72e2d 100644 --- a/plugins/Weather/src/weather_opt.cpp +++ b/plugins/Weather/src/weather_opt.cpp @@ -112,7 +112,7 @@ void LoadOptions(void) opt.AutoUpdate = db_get_b(NULL, WEATHERPROTONAME, "AutoUpdate",TRUE);
opt.UpdateTime = db_get_w(NULL, WEATHERPROTONAME, "UpdateTime",30);
opt.NewBrowserWin = db_get_b(NULL, WEATHERPROTONAME, "NewWindow",TRUE);
- opt.NoProtoCondition = db_get_b(NULL, WEATHERPROTONAME, "NoStatus",0);
+ opt.NoProtoCondition = db_get_b(NULL, WEATHERPROTONAME, "NoStatus",TRUE);
opt.UpdateOnlyConditionChanged = db_get_b(NULL, WEATHERPROTONAME, "CondChangeAsUpdate",TRUE);
opt.RemoveOldData = db_get_b(NULL, WEATHERPROTONAME, "RemoveOld",FALSE);
opt.MakeItalic = db_get_b(NULL, WEATHERPROTONAME, "MakeItalic",TRUE);
|