Summary: | unnecessary deletion of directories in "export HTML" | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Des Kelly <deskelly> |
Component: | Plugin-Generic-HTMLGallery | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.1.0 | |
Sentry Crash Report: |
Description
Des Kelly
2004-12-29 23:38:47 UTC
I agree that Digikam (or any other app using this kipi plugin) mustn't remove a folder in KIPIHTMLExport if its name is different from the one being created. I've search in the code and it seems that the problem is in the "removeTargetGalleryFolder" (from the imagesgallery.cpp file) at the following line (in the 0.1-beta2 version): QString MainTPath = m_configDlg->getImageName() + "/KIPIHTMLExport"; I first thought that it will be as simple as adding the name of the gallery at the end of the string MainTPath but I've found that the plugin can export more than one gallery. So, I can not submit a patch because it's becoming a little bit to difficult for me but I hope it can help someone with better skills. This bug is reported against 'imagesgallery'. This plugin has been replaced by a new plugin called 'HTMLExport', which is written completely from scratch. This bug report will now be closed. Since that plugin is obsolete, is this still valid? |