[Differential] [Requested Changes To] D3933: Run all selected items on Enter/Return.
broulik (Kai Uwe Broulik)
noreply at phabricator.kde.org
Tue Jan 3 09:45:11 UTC 2017
broulik requested changes to this revision.
broulik added inline comments.
This revision now requires changes to proceed.
INLINE COMMENTS
> FolderView.qml:671
> if (currentIndex != -1 && dir.hasSelection()) {
> - var func = root.useListViewMode ? dir.cd : dir.run;
> - func(positioner.map(currentIndex));
> + if (root.useListViewMode) {
> + dir.cd(positioner.map(currentIndex));
I guess this has been wrong before but in list view mode I can't run anything
REPOSITORY
R119 Plasma Desktop
REVISION DETAIL
https://phabricator.kde.org/D3933
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: hein, #plasma, broulik
Cc: plasma-devel, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20170103/63af3df9/attachment-0001.html>
More information about the Plasma-devel
mailing list