[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:       2008-01-26 16:47:42
Message-ID: 1201366062.219967.21113.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 766787 by amantia:

Fix crash when closing a plugin and no other document is opened.

BUG: 156728


 M  +2 -1      ChangeLog  
 M  +7 -7      quanta.kdevelop  
 M  +1 -1      src/viewmanager.cpp  


--- branches/KDE/3.5/kdewebdev/quanta/ChangeLog #766786:766787
@@ -1,9 +1,10 @@
 This files contains the changes since Quanta 2.0 until the current 3.5.x series.
 
-Version 3.5.8+:
+Version 3.5.9:
  - bugfixes:
       - fix crashes when using XDebug
       - do not keep an empty, Untitled document opened when opening new files \
[#151682] +      - fix crash when closing a plugin and no other document is opened \
[#156728]  
 Version 3.5.8 (Release date: 07-10-2006)
  - bugfixes:
--- branches/KDE/3.5/kdewebdev/quanta/quanta.kdevelop #766786:766787
@@ -18,7 +18,7 @@
     <absoluteprojectpath>false</absoluteprojectpath>
     <secondaryLanguages/>
     <versioncontrol/>
-    <defaultencoding></defaultencoding>
+    <defaultencoding/>
     <projectname>quanta</projectname>
   </general>
   <kdevautoproject>
@@ -184,7 +184,7 @@
     </groups>
     <tree>
       <hidenonprojectfiles>false</hidenonprojectfiles>
-      <hidepatterns/>
+      <hidepatterns></hidepatterns>
       <showvcsfields>true</showvcsfields>
     </tree>
   </kdevfileview>
@@ -207,16 +207,16 @@
   </kdevdoctreeview>
   <kdevdebugger>
     <general>
-      <dbgshell></dbgshell>
+      <dbgshell/>
       <programargs/>
       <gdbpath>/usr/bin/gdb</gdbpath>
       <breakonloadinglibs>true</breakonloadinglibs>
       <separatetty>false</separatetty>
       <floatingtoolbar>false</floatingtoolbar>
       <runappinappdirectory>true</runappinappdirectory>
-      <configGdbScript></configGdbScript>
-      <runShellScript></runShellScript>
-      <runGdbScript></runGdbScript>
+      <configGdbScript/>
+      <runShellScript/>
+      <runGdbScript/>
       <raiseGDBOnStart>false</raiseGDBOnStart>
     </general>
     <display>
@@ -301,7 +301,7 @@
     </codecompletion>
     <references/>
     <creategettersetter>
-      <prefixGet></prefixGet>
+      <prefixGet/>
       <prefixSet>set</prefixSet>
       <prefixVariable>m_,_</prefixVariable>
       <parameterName>theValue</parameterName>
--- branches/KDE/3.5/kdewebdev/quanta/src/viewmanager.cpp #766786:766787
@@ -163,7 +163,7 @@
         break;
     }
     delete it;
-    if (noOfViews == 1 && view->document()->isUntitled() && \
!view->document()->isModified() && createNew) +    if (noOfViews == 1 && \
view->document() && view->document()->isUntitled() && !view->document()->isModified() \
&& createNew)  {
       quantaApp->slotShowPreviewWidget(false);
       return true;


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

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