branches/stable/extragear/graphics/digikam/digikam

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

branches/stable/extragear/graphics/digikam/digikam

Gilles Caulier
SVN commit 493021 by cgilles:

Digikam 0.9.0 from stable : fix RAW file support backported from trunk. Launch image editor if RAW file is selected to open from an album.
CCMAIL: [hidden email]

 M  +3 -1      albumiconview.cpp  


--- branches/stable/extragear/graphics/digikam/digikam/albumiconview.cpp #493020:493021
@@ -879,7 +879,9 @@
     QString currentFileExtension =
         item->imageInfo()->name().section( '.', -1 );
     QString imagefilter = settings->getImageFileFilter().lower() +
-                          settings->getImageFileFilter().upper();
+                          settings->getImageFileFilter().upper() +
+                          settings->getRawFileFilter().lower() +
+                          settings->getRawFileFilter().upper();
 
     // If the current item isn't an image file.
     if ( !imagefilter.contains(currentFileExtension) )
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel