Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KAddressBook
Commits
9ccb2680
Commit
9ccb2680
authored
Mar 23, 2012
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Bug 296450 - Duplicate "General" tabs are shown in Address book properties
BUG: 296450 FIXED-IN: 4.8.2
parent
a84a700b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
mainwidget.cpp
mainwidget.cpp
+5
-0
No files found.
mainwidget.cpp
View file @
9ccb2680
...
...
@@ -228,6 +228,11 @@ MainWidget::MainWidget( KXMLGUIClient *guiClient, QWidget *parent )
mActionManager
->
setCollectionSelectionModel
(
mCollectionView
->
selectionModel
()
);
mActionManager
->
setItemSelectionModel
(
mItemView
->
selectionModel
()
);
mActionManager
->
createAllActions
();
const
QStringList
pages
=
QStringList
()
<<
QLatin1String
(
"Akonadi::CollectionGeneralPropertiesPage"
)
<<
QLatin1String
(
"Akonadi::CachePolicyPage"
);
mActionManager
->
setCollectionPropertiesPageNames
(
pages
);
connect
(
mItemView
,
SIGNAL
(
currentChanged
(
Akonadi
::
Item
)),
this
,
SLOT
(
itemSelected
(
Akonadi
::
Item
))
);
...
...
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