[maemo-commits] [maemo-commits] r18329 - in projects/haf/trunk/ke-recv: debian src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue May 12 14:17:51 EEST 2009
- Previous message: [maemo-commits] r18328 - projects/haf/tags/osso-af-utils
- Next message: [maemo-commits] r18330 - in projects/haf/trunk/hildon-thumbnail: . daemon
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: kihamala Date: 2009-05-12 14:17:41 +0300 (Tue, 12 May 2009) New Revision: 18329 Modified: projects/haf/trunk/ke-recv/debian/changelog projects/haf/trunk/ke-recv/src/osso-mmc-mount.sh Log: remove bogus error message Modified: projects/haf/trunk/ke-recv/debian/changelog =================================================================== --- projects/haf/trunk/ke-recv/debian/changelog 2009-05-12 10:46:08 UTC (rev 18328) +++ projects/haf/trunk/ke-recv/debian/changelog 2009-05-12 11:17:41 UTC (rev 18329) @@ -1,3 +1,10 @@ +ke-recv (3.17-1~unreleased) unstable; urgency=low + + * Do not log bogus error 'MP is not writable' in the external card mounting + case. + + -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> Tue, 12 May 2009 14:13:06 +0300 + ke-recv (3.16-1) unstable; urgency=low * Set the cover open GConf key on E_INIT_CARD. Modified: projects/haf/trunk/ke-recv/src/osso-mmc-mount.sh =================================================================== --- projects/haf/trunk/ke-recv/src/osso-mmc-mount.sh 2009-05-12 10:46:08 UTC (rev 18328) +++ projects/haf/trunk/ke-recv/src/osso-mmc-mount.sh 2009-05-12 11:17:41 UTC (rev 18329) @@ -77,7 +77,7 @@ for d in .sounds .videos .documents .images .camera; do mkdir -p $MP/$d done - else + elif [ "x$MP" = "x/home/user/MyDocs" ]; then logger "$0: '$MP' is not writable" fi fi
- Previous message: [maemo-commits] r18328 - projects/haf/tags/osso-af-utils
- Next message: [maemo-commits] r18330 - in projects/haf/trunk/hildon-thumbnail: . daemon
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]