[Kde-imaging] extragear/graphics/kipi-plugins/slideshow
Valerio Fuoglio
valerio.fuoglio at gmail.com
Mon Oct 6 02:29:46 CEST 2008
SVN commit 868303 by vfuoglio:
Fixed bug in SlideShowGL timeout
CCMAIL: kde-imaging at kde.org
M +1 -1 slideshowgl.cpp
--- trunk/extragear/graphics/kipi-plugins/slideshow/slideshowgl.cpp #868302:868303
@@ -794,7 +794,7 @@
}
else
{
- if (m_timeout == -1)
+ if (m_timeout == 0)
{
// effect was running and is complete now
// run timer while showing current image
More information about the Kde-imaging
mailing list