Summary: | Delete photo after not found imagemagick | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Ľubomír Varga <varga.lubomir> |
Component: | BatchQueueManager-Plugins | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, kde |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.5.0 | |
Sentry Crash Report: |
Description
Ľubomír Varga
2008-08-03 19:21:19 UTC
now it can't :) because it crash after telling the imageMagick is missing. i will try to fix this issue in fact we should check if imagemagick exist when starting the plugin, telling what is the pb and closing. is it ok with this ? ok for me Gilles in fact the crash was simpler. A pointer wasn't tested before being used. For the moment i will let the behaviour like this is and fix the crash. SVN commit 999296 by nlecureuil: Do not crash if imagemagick is not installed BUG:168243 M +2 -1 batchprocessimagesdialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=999296 |