From 0149bd0db580aef679c11f09f2dd2b716619eaa5 Mon Sep 17 00:00:00 2001 From: Vadim Kurland Date: Fri, 8 Apr 2011 19:06:14 -0700 Subject: [PATCH] * FWBSettings.cpp (init): fixed bug (no #): "Show text description in rule columns" does not persist across sessions fixes #2287 --- doc/ChangeLog | 3 +++ src/libgui/FWBSettings.cpp | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index aca63f6ee..edf8afacf 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,8 @@ 2011-04-08 vadim + * 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. diff --git a/src/libgui/FWBSettings.cpp b/src/libgui/FWBSettings.cpp index 523822415..70aefd14f 100644 --- a/src/libgui/FWBSettings.cpp +++ b/src/libgui/FWBSettings.cpp @@ -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