mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-13 16:39:48 +02:00
* FWBSettings.cpp (init): fixed bug (no #): "Show text
description in rule columns" does not persist across sessions fixes #2287
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user