Summary: | [patch] editing of map-entries in kwalletmanager doesn't work | ||
---|---|---|---|
Product: | [Applications] kwalletmanager | Reporter: | Michael Leupold <lemma> |
Component: | general | Assignee: | Michael Leupold <lemma> |
Status: | RESOLVED FIXED | ||
Severity: | grave | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | patch |
Description
Michael Leupold
2008-04-30 12:40:10 UTC
Created attachment 24582 [details]
patch
This should fix 1) and 2). Editing maps is possible again.
On fixing the bug I also changed the password entry widget from QTextEdit to KTextEdit. SVN commit 805257 by mleupold: fixed: editing maps is now possible again. Set the focus on the textfield editing the password and hide it on loosing focus (except for opening its own popup). Also changed the QTextEdit to KTextEdit. BUG: 161458 M +21 -20 kwmapeditor.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=805257 |