| Summary: | New tab 'Imported Certificates' created each time a cert is imported | ||
|---|---|---|---|
| Product: | [Applications] kleopatra | Reporter: | Will Stephenson <wstephenson> |
| Component: | general | Assignee: | Marc Mutz <mutz> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | outdated (old bug dump) | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Will Stephenson
2008-05-16 16:43:53 UTC
This is intended behaviour. I'll fix with better naming of the tabs instead. SVN commit 811597 by mutz: Ensure that the temporary tab is made current CCBUG:162170 M +3 -1 tabwidget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=811597 SVN commit 811602 by mutz: Make TabWidget known to KeyListController and transfer some responsibilities from MainWindow to the controller. CCBUG:162170 M +1 -12 mainwindow.cpp M +0 -1 mainwindow.h M +52 -3 view/keylistcontroller.cpp M +5 -0 view/keylistcontroller.h WebSVN link: http://websvn.kde.org/?view=rev&revision=811602 SVN commit 811603 by mutz: Transfer responsibility for managing the temporary views from MainWindow to Command subclasses. BUG:162170 M +8 -0 commands/command.cpp M +3 -0 commands/command.h M +11 -5 commands/importcertificatescommand.cpp M +1 -1 commands/importcertificatescommand_p.h M +3 -3 mainwindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=811603 |