From 398ba443293bc2b31273aaa4c6754870b6b1ff79 Mon Sep 17 00:00:00 2001 From: andrei1089 Date: Sun, 28 Feb 2010 20:48:48 +0200 Subject: [PATCH] Fix bug #5282 - show advice for best results --- .../lib/hildon-desktop/pedometer_widget_home.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/usr/lib/hildon-desktop/pedometer_widget_home.py b/src/usr/lib/hildon-desktop/pedometer_widget_home.py index 3bcf5cb..5c9412d 100644 --- a/src/usr/lib/hildon-desktop/pedometer_widget_home.py +++ b/src/usr/lib/hildon-desktop/pedometer_widget_home.py @@ -1573,6 +1573,7 @@ class PedometerHomePlugin(hildondesktop.HomePluginItem): else: self.controller.start_pedometer() self.button.set_icon(ICONSPATH + "stop.png") + hildon.hildon_banner_show_information(self, "None", "Keep the N900 in a pocket close to your hip for best results") def do_expose_event(self, event): cr = self.window.cairo_create() -- 1.7.9.5