From 9fb74057cd43bf6ac0cb50c617f9146457367cbc Mon Sep 17 00:00:00 2001 From: korovkin Date: Fri, 07 Jul 2006 04:52:18 +0000 Subject: Fixed the typo in the Resource::loadImage function call. Reformatted setBluezStatus function. --- (limited to 'noncore') diff --git a/noncore/net/opietooth/applet/bluezapplet.cpp b/noncore/net/opietooth/applet/bluezapplet.cpp index 32560a1..91ab2e1 100644 --- a/noncore/net/opietooth/applet/bluezapplet.cpp +++ b/noncore/net/opietooth/applet/bluezapplet.cpp @@ -69,7 +69,7 @@ namespace OpieTooth { bluezOnPixmap = OResource::loadImage( "bluetoothapplet/bluezon", OResource::SmallIcon ); bluezOffPixmap = OResource::loadImage( "bluetoothapplet/bluezoff", Opie::Core::OResource::SmallIcon ); bluezDiscoveryOnPixmap = OResource::loadImage( "bluetoothapplet/bluezondiscovery", Opie::Core::OResource::SmallIcon ); - bluezReceiveOnPixmap = )Resource::loadImage( "bluetoothapplet/bluezonreceive", Opie::Core::OResource::SmallIcon ); + bluezReceiveOnPixmap = Resource::loadImage( "bluetoothapplet/bluezonreceive", Opie::Core::OResource::SmallIcon ); #endif startTimer(2000); btDevice = 0; @@ -138,9 +138,9 @@ namespace OpieTooth { btDevice = new Device( "/dev/ttyS1", "bcsp", "921600" ); break; #endif - case Model_iPAQ_H22xx: - btDevice = new Device( "/dev/tts/3", "any", "921600" ); - break; + case Model_iPAQ_H22xx: + btDevice = new Device( "/dev/tts/3", "any", "921600" ); + break; default: btDevice = new Device( "/dev/ttySB0", "bcsp", "230400" ); -- cgit v0.9.0.2