[Digikam-devel] [Bug 172427] digikam crashed with kipi plugins

SlashDevDsp slashdevdsp at gmail.com
Thu Oct 9 04:40:53 BST 2008


http://bugs.kde.org/show_bug.cgi?id=172427





--- Comment #3 from SlashDevDsp <slashdevdsp gmail com>  2008-10-09 05:40:52 ---
drilled down a bit more in screenproperties.cpp line 52

unsigned ScreenProperties::suggestFrameRate()
{
// use XRandR only in X11
#ifndef Q_WS_X11
    return 25;
#else

/* some code here is dying */

although I have tried return 25; in the #else section, seems to fix the
problem, but I am sure its a lame fix?


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list