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

List:       kde-commits
Subject:    KDE/kdebase/workspace/plasma/applets/systemtray/ui
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2009-09-03 9:45:52
Message-ID: 1251971152.640453.2320.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1019271 by aseigo:

better check


 M  +1 -2      jobwidget.cpp  


--- trunk/KDE/kdebase/workspace/plasma/applets/systemtray/ui/jobwidget.cpp #1019270:1019271
@@ -195,11 +195,10 @@
 
 void JobWidget::updateJob()
 {
-    if (m_extenderItemDestroyed && m_job) {
+    if (m_extenderItemDestroyed || !m_job) {
         return;
     }
 
-
     m_meter->setValue(m_job->percentage());
 
     if (m_job->labels().count() > 0) {
[prev in list] [next in list] [prev in thread] [next in thread] 

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