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

List:       kde-commits
Subject:    branches/KDE/3.5/kdenetwork/kopete/libkopete/avdevice
From:       Roman Jarosz <kedgedev () centrum ! cz>
Date:       2007-11-02 23:47:05
Message-ID: 1194047225.430020.27755.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 732161 by rjarosz:

Fix bug 151292: Kopete crash (SIGSEGV) in Configuration > Device (périphérique in French)
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;
 }
 
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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