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

List:       kde-commits
Subject:    KDE/kdenetwork/kppp
From:       Darío Andrés Rodríguez <andresbajotierra () gmail ! co
Date:       2009-02-21 14:51:25
Message-ID: 1235227885.132834.5806.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 929527 by darioandres:

Fix the crash on kppp -c <connection name>. It isn't the best fix (strange code) but \
                at least it won't crash
BUG: 176028



 M  +2 -1      debug.cpp  


--- trunk/KDE/kdenetwork/kppp/debug.cpp #929526:929527
@@ -81,7 +81,8 @@
 void DebugWidget::hideEvent(QHideEvent *)
 {
   assert(p_kppp);
-  p_kppp->con->debug->setChecked(false);
+  //This causes a crash when launching kppp -c <connection name> BKO176028 
+  //p_kppp->con->debug->setChecked(false);
 }
 
 void DebugWidget::clear() {


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

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