[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdeplasma-addons/applets/frame
From:       Anne-Marie Mahfouf <annma () kde ! org>
Date:       2010-05-18 15:42:12
Message-ID: 20100518154212.A9CE0AC8B9 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1128187 by annma:

Thanks for the patch and for spotting this!
BUG=238048


 M  +1 -1      slideshow.cpp  


--- trunk/KDE/kdeplasma-addons/applets/frame/slideshow.cpp #1128186:1128187
@@ -91,7 +91,7 @@
 
 void SlideShow::addDir(const QString &path, bool recursive)
 {
-    QDirIterator dirIterator(path, m_filters, QDir::Files, (recursive ? \
QDirIterator::Subdirectories : QDirIterator::NoIteratorFlags)); +    QDirIterator \
dirIterator(path, m_filters, QDir::Files, (recursive ? QDirIterator::Subdirectories | \
QDirIterator::FollowSymlinks : QDirIterator::NoIteratorFlags));  QStringList \
dirPicturePaths;  
     while (dirIterator.hasNext()) {


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic