Summary: | "Open with..." opens temporary file, should open saved file | ||
---|---|---|---|
Product: | [Unmaintained] ksnapshot | Reporter: | Michael G. Hansen <mike> |
Component: | general | Assignee: | Richard Moore <rich> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | andresbajotierra, montel, uwolfer |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | A patch to fix this bug. |
Description
Michael G. Hansen
2009-08-21 10:04:58 UTC
Created attachment 40717 [details]
A patch to fix this bug.
This is the first patch I've ever written. I've just added a new private function and called it twice in the open slots.
Comment on attachment 40717 [details]
A patch to fix this bug.
:-)
This should get accepted, hopefully.
SVN commit 1109164 by aseigo: if the image is already saved, open with the saved file rather than the tempfile BUG:204628 M +33 -10 ksnapshot.cpp M +1 -0 ksnapshot.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1109164 |