Summary: | make kdepasswd's exitcode useful [PATCH] | ||
---|---|---|---|
Product: | [Applications] kdepasswd | Reporter: | Marcel Martin <mmar> |
Component: | general | Assignee: | Geert Jansen <g.t.jansen> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | finex |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | let exitcode make a bit more sense |
Description
Marcel Martin
2004-06-14 22:07:20 UTC
Created attachment 6364 [details]
let exitcode make a bit more sense
Don't take this literally as I have only little experience in KDE programming.
what about this patch ? is it good ? if yes can it be apply ? kdepasswd on KDE4 should be checked: is it right? I've just had a look: kdepasswd in KDE 4 still only returns 0, no matter whether the password was changed successfully or not. With tiny changes, the patch can still be applied. You're right. Thank Marcel, I'll commit it. It seems right. SVN commit 901895 by finex: More useful return codes. BUG: 83387 M +5 -3 kdepasswd.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=901895 |