| Summary: | Full path ignored in open with dialog if program is a known application | ||
|---|---|---|---|
| Product: | [Unmaintained] kdelibs | Reporter: | Ivo Anjo <ivo> |
| Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Ivo Anjo
2007-12-12 10:49:05 UTC
SVN commit 897409 by dfaure: Fix url/text confusion in KUrlRequester which wrote "Exec=kate --use %25U" instead of "Exec=kate --use %U" when typing the latter in KOpenWithDialog. Also fix KOpenWithDialog replacing the typed exec line with the one from a service that is about the same binary (oops). BUG: 153894 M +7 -10 kopenwithdialog.cpp M +11 -2 kurlrequester.cpp M +11 -1 kurlrequester.h WebSVN link: http://websvn.kde.org/?view=rev&revision=897409 |