Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Unmaintained
KDE Pim
Commits
e54fd2e1
Commit
e54fd2e1
authored
Nov 16, 2014
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Bug 328315 - KMail doesn´t save changes when the column order in the messagelist is changed
CCBUG: 328315 FIXED-IN: 4.14.4
parent
393a3d9d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
messagelist/pane.cpp
messagelist/pane.cpp
+5
-0
No files found.
messagelist/pane.cpp
View file @
e54fd2e1
...
...
@@ -1085,6 +1085,11 @@ void Pane::readConfig(bool restoreSession)
}
}
else
{
createNewTab
();
KConfigGroup
grp
(
MessageList
::
Core
::
Settings
::
self
()
->
config
(),
QString
::
fromLatin1
(
"MessageListTab%1"
).
arg
(
0
));
if
(
grp
.
exists
())
{
Widget
*
w
=
qobject_cast
<
Widget
*>
(
widget
(
0
)
);
w
->
view
()
->
header
()
->
restoreState
(
grp
.
readEntry
(
QLatin1String
(
"HeaderState"
),
QByteArray
()));
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment