* FWBSettings.cpp (init): fixed bug (no #): "Show text

description in rule columns" does not persist across sessions

fixes #2287
This commit is contained in:
Vadim Kurland
2011-04-08 19:06:14 -07:00
parent 7156094f89
commit 0149bd0db5
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -1,5 +1,8 @@
2011-04-08 vadim <vadim@netcitadel.com>
* FWBSettings.cpp (init): fixed bug (no #): "Show text
description in rule columns" does not persist across sessions
* clusterMembersDialog.cpp (createMember): see SF bug 3211769
"Member interfaces not sorted". Sorting interfaces by name in the
dialog where user adds them to the cluster member group.
+1 -1
View File
@@ -291,7 +291,7 @@ void FWBSettings::init(bool force_first_time_run)
ok = contains(startupActionSetpath);
if (!ok) setStartupAction(2);
ok = getShowDirectionText();
ok = contains(showDirectionText);
if (!ok) setShowDirectionText(true);
#ifdef _WIN32