| Summary: | KGpg "Processing decryption" window doesn't disappear when decryption failed | ||
|---|---|---|---|
| Product: | [Applications] kgpg | Reporter: | Nicolas Blanco <slainer.666> |
| Component: | general | Assignee: | bj |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | charles.vasquez |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Nicolas Blanco
2004-01-31 19:48:08 UTC
Subject: KDE_3_2_BRANCH: kdeutils/kgpg CVS commit by mardelle: fix #73913 CCMAIL:73913-done@bugs.kde.org M +1 -0 kgpglibrary.cpp 1.22.2.1 --- kdeutils/kgpg/kgpglibrary.cpp #1.22:1.22.2.1 @@ -205,4 +205,5 @@ void KgpgLibrary::processdecerror(QStrin { ///// test if file is a public key + delete pop; QFile qfile(QFile::encodeName(urlselected.path())); if (qfile.open(IO_ReadOnly)) { |