----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101076/ -----------------------------------------------------------
Review request for KDE Base Apps. Summary ------- In order to have a proper kiosk support in dolphin we should use standard actions whether we can. Dolphin does it right but a few exceptions, this try to fix one of those. the properties action from items is made by getting it from the mainWindow::actionCollection but the "properties" action from openViewportContextMenu is custom, which bypasses kiosk. The patch simply replace the custom properties action and uses the mainWindow::actionCollection one. Diffs ----- dolphin/src/dolphincontextmenu.cpp 0aa82b2 Diff: http://git.reviewboard.kde.org/r/101076/diff Testing ------- Compare the result of clicking on the Properties custom action and the standard one. Thanks, Alex