From kdevelop-bugs Tue Jan 31 19:23:50 2006 From: kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de Date: Tue, 31 Jan 2006 19:23:50 +0000 To: kdevelop-bugs Subject: [Bug 121106] [PATCH] reformat source option "Pad Parentheses" ignored Message-Id: <20060131192350.15620.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306945208861 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=121106 ------- Additional Comments From yahoomailguard2004-main yahoo es 2006-01-31 20:23 ------- The fix is obvious but just in case :) - setParenthesisPaddingMode(config->readBoolEntry("PadOperators", false)); + setParenthesisPaddingMode(config->readBoolEntry("PadParentheses", false));