------- 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=151292 kedgedev centrum cz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From kedgedev centrum cz 2007-11-03 00:55 ------- SVN commit 732161 by rjarosz: Fix bug 151292: Kopete crash (SIGSEGV) in Configuration > Device Always initialize min max values. Big thanks to Romain Vimont for helping debug this! BUG: 151292 M +4 -0 videodevice.cpp --- branches/KDE/3.5/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp #732160:732161 @ -39,6 +39,10 @ m_streambuffers = 0; m_current_input = 0; // kdDebug(14010) << "libkopete (avdevice): VideoDevice() exited successfuly" << endl; + maxwidth = 32767; + maxheight = 32767; + minwidth = 1; + minheight = 1; } _______________________________________________ kopete-devel mailing list kopete-devel@kde.org https://mail.kde.org/mailman/listinfo/kopete-devel