From 5096f9bd9f1a06e5238e2206eee195c43a2bdb6b Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 18 Sep 2004 01:08:08 +0000 Subject: The following change is untested on a real device. So please try and bitch if I broke something!!! Make unmounting of sdcards more robust. If we find a /dev/mmcard1 or /dev/mmc/1 or /dev/mmc* we will remember that device name and if the user asks us to eject it we will use that name. --- (limited to 'core/applets/cardmon/cardmon.h') diff --git a/core/applets/cardmon/cardmon.h b/core/applets/cardmon/cardmon.h index 19d0394..b02c8b1 100644 --- a/core/applets/cardmon/cardmon.h +++ b/core/applets/cardmon/cardmon.h @@ -59,6 +59,7 @@ private: QString cardInPcmcia1Name; QString cardInPcmcia1Type; bool cardInSd; + QString cardSdName; // the device which is mounted void iconShow(); QPopupMenu *popupMenu; void popUp(QString message, QString icon = QString::null ); -- cgit v0.9.0.2