-rw-r--r-- | core/applets/cardmon/cardmon.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/applets/cardmon/cardmon.cpp b/core/applets/cardmon/cardmon.cpp index 367ef3b..583f2da 100644 --- a/core/applets/cardmon/cardmon.cpp +++ b/core/applets/cardmon/cardmon.cpp | |||
@@ -253,3 +253,3 @@ bool CardMonitor::getStatusPcmcia( int showPopUp ) { | |||
253 | // no file found | 253 | // no file found |
254 | qDebug("no file found"); | 254 | qDebug( "no file found" ); |
255 | cardInPcmcia0 = FALSE; | 255 | cardInPcmcia0 = FALSE; |
@@ -272,3 +272,3 @@ bool CardMonitor::getStatusSd( int showPopUp ) { | |||
272 | QString fs = me->mnt_fsname; | 272 | QString fs = me->mnt_fsname; |
273 | qDebug( fs ); | 273 | //qDebug( fs ); |
274 | if ( fs.left( 14 ) == "/dev/mmc/part1" || fs.left( 7 ) == "/dev/sd" || fs.left( 9 ) == "/dev/mmcd" ) { | 274 | if ( fs.left( 14 ) == "/dev/mmc/part1" || fs.left( 7 ) == "/dev/sd" || fs.left( 9 ) == "/dev/mmcd" ) { |
@@ -293,3 +293,3 @@ bool CardMonitor::getStatusSd( int showPopUp ) { | |||
293 | } | 293 | } |
294 | qDebug("TEXT: " + text ); | 294 | //qDebug("TEXT: " + text ); |
295 | QSound::play( Resource::findSound( "cardmon/card" + what ) ); | 295 | QSound::play( Resource::findSound( "cardmon/card" + what ) ); |