r4197 - trunk/src/target/OM-2007.2/panel-plugins/openmoko-panel-bt/src

graeme at sita.openmoko.org graeme at sita.openmoko.org
Wed Mar 12 23:46:09 CET 2008


Author: graeme
Date: 2008-03-12 23:46:08 +0100 (Wed, 12 Mar 2008)
New Revision: 4197

Modified:
   trunk/src/target/OM-2007.2/panel-plugins/openmoko-panel-bt/src/openmoko-panel-bt.c
Log:
fix typo, Bluetooh -> Bluetooth thanks to kevin at foreverdean.info



Modified: trunk/src/target/OM-2007.2/panel-plugins/openmoko-panel-bt/src/openmoko-panel-bt.c
===================================================================
--- trunk/src/target/OM-2007.2/panel-plugins/openmoko-panel-bt/src/openmoko-panel-bt.c	2008-03-12 22:35:40 UTC (rev 4196)
+++ trunk/src/target/OM-2007.2/panel-plugins/openmoko-panel-bt/src/openmoko-panel-bt.c	2008-03-12 22:46:08 UTC (rev 4197)
@@ -77,7 +77,7 @@
 
     ret = set_bt_power(1);
     mb_panel_update(applet, 1);
-    nn = notify_notification_new ("Bluetooh turned on", NULL, NULL, NULL);
+    nn = notify_notification_new ("Bluetooth turned on", NULL, NULL, NULL);
     notify_notification_show (nn, NULL);
 }
 
@@ -89,7 +89,7 @@
 
     ret = set_bt_power(0);
     mb_panel_update(applet, 0);
-    nn = notify_notification_new ("Bluetooh turned off", NULL, NULL, NULL);
+    nn = notify_notification_new ("Bluetooth turned off", NULL, NULL, NULL);
     notify_notification_show (nn, NULL);
 }
 





More information about the commitlog mailing list