summaryrefslogtreecommitdiff
path: root/core
Unidiff
Diffstat (limited to 'core') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/cardmon/cardmon.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/core/applets/cardmon/cardmon.cpp b/core/applets/cardmon/cardmon.cpp
index 25bb137..f3f9044 100644
--- a/core/applets/cardmon/cardmon.cpp
+++ b/core/applets/cardmon/cardmon.cpp
@@ -277,4 +277,6 @@ bool CardMonitor::getStatusPcmcia(int showPopUp)
277 } 277 }
278 repaint( FALSE );
278 return ((cardWas0 == cardInPcmcia0 279 return ((cardWas0 == cardInPcmcia0
279 && cardWas1 == cardInPcmcia1) ? FALSE : TRUE); 280 && cardWas1 == cardInPcmcia1) ? FALSE : TRUE);
281
280} 282}
@@ -325,2 +327,3 @@ bool CardMonitor::getStatusSd(int showPopUp)
325#endif 327#endif
328 repaint( FALSE );
326 return ((cardWas == cardInSd) ? FALSE : TRUE); 329 return ((cardWas == cardInSd) ? FALSE : TRUE);
@@ -333,3 +336,3 @@ void CardMonitor::paintEvent(QPaintEvent *)
333 336
334 if (cardInPcmcia0 || cardInPcmcia1 || cardInSd) { 337 if ( cardInPcmcia0 || cardInPcmcia1 || cardInSd ) {
335 p.drawPixmap(0, 0, pm); 338 p.drawPixmap(0, 0, pm);
@@ -337,3 +340,3 @@ void CardMonitor::paintEvent(QPaintEvent *)
337 } else { 340 } else {
338 p.eraseRect(rect()); 341 //p.eraseRect(rect());
339 hide(); 342 hide();