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

List:       kde-bugs-dist
Subject:    [Bug 107670] The KBabel editor crashes when trying to search
From:       Andreas Kling <kling () impul ! se>
Date:       2006-07-29 17:38:05
Message-ID: 20060729173805.23291.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=107670         
kling impul se changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From kling impul se  2006-07-29 19:38 -------
SVN commit 567649 by kling:

Always initialize DocPosition::part (with UndefPart), and you will have less unpredictable behavior.

BUG: 107670


 M  +1 -1      catalog.h  


--- branches/KDE/3.5/kdesdk/kbabel/common/catalog.h #567648:567649
 @ -82,7 +82,7  @
 */
 struct DocPosition
 {
-	DocPosition( ) : offset(0), item(0), form(0) { }
+	DocPosition( ) : offset(0), part(UndefPart), item(0), form(0) { }
 	uint offset;
 	
 	Part part;
[prev in list] [next in list] [prev in thread] [next in thread] 

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