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

List:       kde-commits
Subject:    kdevelop/parts/cvsservice
From:       Mario Scalas <mario.scalas () libero ! it>
Date:       2003-07-25 20:58:52
[Download RAW message or body]

CVS commit by marios: 

* Fixed a null pointer in CvsServiceImpl destructor and replaced tabs with spaces!


  M +5 -5      cvspart.cpp   1.14
  M +17 -18    cvspartimpl.cpp   1.5
  M +25 -24    cvsprocesswidget.cpp   1.5
  M +11 -11    cvsserviceimpl.cpp   1.6


--- kdevelop/parts/cvsservice/cvspartimpl.cpp  #1.4:1.5
@@ -324,3 +324,2 @@ KDevDiffFrontend *CvsPartImpl::diffFront
 }
 
-//#include "cvspartimpl.moc.cpp"

--- kdevelop/parts/cvsservice/cvsprocesswidget.cpp  #1.4:1.5
@@ -39,7 +39,6 @@ CvsProcessWidget::CvsProcessWidget( CvsS
 {
     setReadOnly( true );
-
-    //    connect( this, SIGNAL(highlighted(int)), this, SLOT(slotLineHighlighted(int)) );
     setTextFormat( Qt::LogText );
+
     m_goodStyle = new QStyleSheetItem( styleSheet(), "goodtag" );
     m_goodStyle->setColor( "darkgreen" );
@@ -124,4 +123,6 @@ void CvsProcessWidget::cancelJob()
     kdDebug() << "CvsProcessWidget::cancelJob() here!" << endl;
 
+    if (!m_job)
+        return;         
         m_job->cancel();
         delete m_job; m_job = 0;


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

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