[Digikam-devel] [digikam] [Bug 338629] digiKam freezes on Import
Gilles Caulier
caulier.gilles at gmail.com
Tue Sep 9 18:08:32 BST 2014
https://bugs.kde.org/show_bug.cgi?id=338629
--- Comment #24 from Gilles Caulier <caulier.gilles at gmail.com> ---
If you have commented these lines :
case (CameraCommand::cam_listfolders):
{
QString folder = cmd->map["folder"].toString();
- sendLogMsg(i18n("Listing folders in %1...", folder));
+ //sendLogMsg(i18n("Listing folders in %1...", folder));
d->camera->getFolders(folder);
- sendLogMsg(i18n("The folders in %1 have been listed.", folder));
+ //sendLogMsg(i18n("The folders in %1 have been listed.", folder));
break;
}
To fix the problem, well, i'm lost... There is nothing special here. Only 2
lines are add to history. There is no bombarding events between controler and
GUI...
Gilles Caulier
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Digikam-devel
mailing list