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

List:       kde-commits
Subject:    branches/KDE/3.5/kdewebdev/quanta
From:       Andras Mantia <amantia () kde ! org>
Date:       2006-12-06 20:53:42
Message-ID: 1165438422.872957.17985.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 611122 by amantia:

Fix crash when editing a <style> CSS area.

 M  +1 -0      ChangeLog  
 M  +1 -1      src/quanta.cpp  


--- branches/KDE/3.5/kdewebdev/quanta/ChangeLog #611121:611122
@@ -4,6 +4,7 @@
  - bugfixes:
       - show Find in Files menu if KFileReplace is installed [related to #132530]
       - fix various crashes in the debugger [#137483]
+      - fix crash when editing a <style> CSS area
 
 Version 3.5.5 (Release date: 11-10-2006; Started 01-09-2006):
  - bugfixes:
--- branches/KDE/3.5/kdewebdev/quanta/src/quanta.cpp #611121:611122
@@ -1583,6 +1583,7 @@
    if (enable)
      startIdleTimer();
    else
+   if (idleTimer)  
      idleTimer->stop();
    m_idleTimerEnabled = enable;
    return status;
@@ -4483,7 +4484,6 @@
     if(!dlg->errorOnProcessingStylesheet())
     if( dlg->exec() ){
       w->activateParser(false);
-      styleNode->next->tag->beginPos(eLine, eCol);
       w->editIf->removeText(bLine, bCol+1, eLine, eCol);
       w->viewCursorIf->setCursorPositionReal((uint)bLine, (uint)bCol+1);
       w->activateParser(true);
[prev in list] [next in list] [prev in thread] [next in thread] 

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