[Digikam-devel] [Bug 139024] camera GUI new items selection doesn't work
Gilles Caulier
caulier.gilles at gmail.com
Tue Feb 20 09:19:44 GMT 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=139024
------- Additional Comments From caulier.gilles gmail com 2007-02-20 10:19 -------
SVN commit 635536 by cgilles:
digiKam from trunk : Gphoto camera interface : fix condition to handle file already downloaded (is only used by Canon camera).
Feedback is require. Thanks in advance
CCBUGS: 139024
M +1 -3 gpcamera.cpp
M +1 -1 gpcamera.h
--- trunk/extragear/graphics/digikam/utilities/cameragui/gpcamera.cpp #635535:635536
@ -5,7 +5,7 @
* Description : Gphoto2 camera interface
*
* Copyright 2003-2005 by Renchi Raju
- * Copyright 2006 by Gilles Caulier
+ * Copyright 2006-2007 by Gilles Caulier
*
* This program is free software; you can redistribute it
* and/or modify it under the terms of the GNU General
@ -497,8 +497,6 @
{
if (info.file.status == GP_FILE_STATUS_DOWNLOADED)
itemInfo.downloaded = GPItemInfo::DownloadedYes;
- else
- itemInfo.downloaded = GPItemInfo::DownloadedNo;
}
if (info.file.fields & GP_FILE_INFO_PERMISSIONS)
--- trunk/extragear/graphics/digikam/utilities/cameragui/gpcamera.h #635535:635536
@ -5,7 +5,7 @
* Description : Gphoto2 camera interface
*
* Copyright 2003-2005 by Renchi Raju
- * Copyright 2006 by Gilles Caulier
+ * Copyright 2006-2007 by Gilles Caulier
*
* This program is free software; you can redistribute it
* and/or modify it under the terms of the GNU General
More information about the Digikam-devel
mailing list