[maemo-commits] [maemo-commits] r9113 - in projects/haf/trunk/osso-app-killer: debian src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Jan 16 12:51:46 EET 2007
- Previous message: [maemo-commits] r9112 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r9114 - projects/haf/tags/osso-app-killer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: kihamala Date: 2007-01-16 12:51:45 +0200 (Tue, 16 Jan 2007) New Revision: 9113 Modified: projects/haf/trunk/osso-app-killer/debian/changelog projects/haf/trunk/osso-app-killer/src/gconf-clean.sh projects/haf/trunk/osso-app-killer/src/osso-app-killer-common.sh Log: putting N800 version to public, since the name is not secret anymore Modified: projects/haf/trunk/osso-app-killer/debian/changelog =================================================================== --- projects/haf/trunk/osso-app-killer/debian/changelog 2007-01-16 09:24:59 UTC (rev 9112) +++ projects/haf/trunk/osso-app-killer/debian/changelog 2007-01-16 10:51:45 UTC (rev 9113) @@ -1,3 +1,15 @@ +osso-app-killer (1.15-1) unstable; urgency=low + + * Not clearing VOIP accounts anymore in ROS. Fixes: NB#41676 + + -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> Tue, 28 Nov 2006 16:56:04 +0200 + +osso-app-killer (1.14-1) unstable; urgency=low + + * Fixed product name. Fixes: NB#47016 + + -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> Mon, 13 Nov 2006 12:47:27 +0200 + osso-app-killer (1.13-1) unstable; urgency=low * Fixed ROS and CUD to do nothing in case the flash is too full. Modified: projects/haf/trunk/osso-app-killer/src/gconf-clean.sh =================================================================== --- projects/haf/trunk/osso-app-killer/src/gconf-clean.sh 2007-01-16 09:24:59 UTC (rev 9112) +++ projects/haf/trunk/osso-app-killer/src/gconf-clean.sh 2007-01-16 10:51:45 UTC (rev 9113) @@ -37,8 +37,8 @@ # special handling for subdirectory 'apps' if [ "x$CUD" = "x" ]; then for f in `find apps -name *.xml`; do - # in RFS, paths having 'rtcom' are preserved - echo "$f" | grep -e 'rtcom' > /dev/null + # in RFS, paths having 'telepathy' are preserved + echo "$f" | grep -e 'telepathy' > /dev/null if [ $? = 0 ]; then continue fi Modified: projects/haf/trunk/osso-app-killer/src/osso-app-killer-common.sh =================================================================== --- projects/haf/trunk/osso-app-killer/src/osso-app-killer-common.sh 2007-01-16 09:24:59 UTC (rev 9112) +++ projects/haf/trunk/osso-app-killer/src/osso-app-killer-common.sh 2007-01-16 10:51:45 UTC (rev 9113) @@ -25,7 +25,7 @@ # reset the Bluetooth name dbus-send --system --dest=org.bluez /org/bluez/hci0 \ - org.bluez.Adapter.SetName string:'Nokia 770' + org.bluez.Adapter.SetName string:'Nokia N800' if [ "x$CUD" != "x" ]; then # restore the original language
- Previous message: [maemo-commits] r9112 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r9114 - projects/haf/tags/osso-app-killer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]