[Konsole-devel] [Bug 46233] using bookmarks should clear command line first
Kurt V.Hindenburg
kurt.hindenburg at kdemail.net
Tue Dec 28 19:12:10 UTC 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=46233
------- Additional Comments From kurt.hindenburg kdemail net 2004-12-28 20:12 -------
For reference:
00638void KBookmarkOwner::openBookmarkURL( constQString& url )
00639 {
00640 (void) new KRun(KURL( url ));
00641 }
So, KRun(KURL("file:///mnt/part6/build/kdebase/konsole/konsole/"));
Perhaps, overwrite
void KBookmarkOwner::openBookmarkURL ( const QString & _url ) [virtual]
to clear prompt and then call KRun ourselves...
More information about the konsole-devel
mailing list