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
261f99c6
Commit
261f99c6
authored
Nov 16, 2014
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
David is right. We need to create tab before to load settings
parent
6481152f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
messagelist/pane.cpp
messagelist/pane.cpp
+1
-1
No files found.
messagelist/pane.cpp
View file @
261f99c6
...
...
@@ -1061,8 +1061,8 @@ void Pane::readConfig(bool restoreSession)
createNewTab
();
}
else
{
for
(
int
i
=
0
;
i
<
numberOfTab
;
++
i
)
{
restoreHeaderSettings
(
i
);
createNewTab
();
restoreHeaderSettings
(
i
);
#if 0
Akonadi::Collection::Id id = grp.readEntry(QLatin1String("collectionId"),-1);
ETMViewStateSaver *saver = new ETMViewStateSaver;
...
...
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