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
Plasma
Plasma Workspace
Commits
be8f58ac
Commit
be8f58ac
authored
Nov 09, 2017
by
Xuetian Weng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Plasma/5.11'
parents
9f7d4821
46aaa0e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
libdbusmenuqt/dbusmenuimporter.cpp
libdbusmenuqt/dbusmenuimporter.cpp
+3
-0
No files found.
libdbusmenuqt/dbusmenuimporter.cpp
View file @
be8f58ac
...
...
@@ -447,6 +447,9 @@ void DBusMenuImporter::slotGetLayoutFinished(QDBusPendingCallWatcher *watcher)
filteredKeys
.
removeOne
(
"toggle-type"
);
filteredKeys
.
removeOne
(
"children-display"
);
d
->
updateAction
(
*
it
,
dbusMenuItem
.
properties
,
filteredKeys
);
// Move the action to the tail so we can keep the order same as the dbus request.
menu
->
removeAction
(
action
);
menu
->
addAction
(
action
);
}
}
...
...
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