| Summary: | Can't copy from gwenview listing | ||
|---|---|---|---|
| Product: | [Applications] gwenview | Reporter: | Bob K <metamorfozis> |
| Component: | general | Assignee: | Gwenview Bugs <gwenview-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bobikx, dev+kde, myriam, stasnel |
| Priority: | NOR | ||
| Version First Reported In: | Other (add details in bug description) | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/gwenview/1182058adaa07758584ace0aad06331b8e8cea8b | Version Fixed/Implemented In: | 16.12.3 |
| Sentry Crash Report: | |||
|
Description
Bob K
2015-11-13 22:38:49 UTC
I can confirm it on "org.kde.gwenview 15.08.3" Here's a quick “me too” for bug confirmation, using 16.04.3 on Gentoo. I had a quick look at the code and the application. I think we are dealing with a simple typo here: app/fileopscontextmanageritem.cpp:186 -actionCollection->setDefaultShortcut(d->mCopyAction, Qt::Key_F7); +actionCollection->setDefaultShortcut(d->mCopyToAction, Qt::Key_F7); Git commit 1182058adaa07758584ace0aad06331b8e8cea8b by Christoph Feck, on behalf of Frank Steinmetzger. Committed on 10/02/2017 at 01:02. Pushed by cfeck into branch 'Applications/16.12'. Fix wrong action name for setDefaultShortcut() Reviewed by Christoph Feck. FIXED-IN: 16.12.3 M +1 -1 app/fileopscontextmanageritem.cpp https://commits.kde.org/gwenview/1182058adaa07758584ace0aad06331b8e8cea8b Nice spot, merci :) |