| Summary: | "Archive and encrypt" action uses wrong extension | ||
|---|---|---|---|
| Product: | [Applications] kgpg | Reporter: | Christopher Smith <bugzilla> |
| Component: | general | Assignee: | bj |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Christopher Smith
2004-02-03 21:11:59 UTC
Subject: kdeutils/kgpg CVS commit by mardelle: fix #74077 CCMAIL:74077-done@bugs.kde.org M +1 -1 kgpg.cpp 1.126 --- kdeutils/kgpg/kgpg.cpp #1.125:1.126 @@ -115,5 +115,5 @@ void MyView::encryptDroppedFolder() { compressionScheme=0; - kgpgfoldertmp=new KTempFile(QString::null,".tar.gz"); + kgpgfoldertmp=new KTempFile(QString::null); kgpgfoldertmp->setAutoDelete(true); if (KMessageBox::warningContinueCancel(0,i18n("<qt>KGpg will now create a temporary archive file:<br><b>%1</b> to process the encryption. The file will be deleted after the encryption is finished.</qt>").arg(kgpgfoldertmp->name()),i18n("Temporary File Creation"),KStdGuiItem::cont(),"FolderTmpFile")==KMessageBox::Cancel) |