[maemo-commits] [maemo-commits] r8500 - projects/haf/trunk/python-osso

From: www-data at stage.maemo.org www-data at stage.maemo.org
Date: Thu Nov 30 15:58:26 EET 2006
Author: luciano
Date: 2006-11-30 15:58:22 +0200 (Thu, 30 Nov 2006)
New Revision: 8500

Modified:
   projects/haf/trunk/python-osso/test_client.py
   projects/haf/trunk/python-osso/test_server.py
   projects/haf/trunk/python-osso/test_system_note.py
Log:
Examples fixed

Modified: projects/haf/trunk/python-osso/test_client.py
===================================================================
--- projects/haf/trunk/python-osso/test_client.py	2006-11-30 12:37:27 UTC (rev 8499)
+++ projects/haf/trunk/python-osso/test_client.py	2006-11-30 13:58:22 UTC (rev 8500)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4 -u
+#!/usr/bin/python2.5 -u
 import time
 import gtk
 import hildon
@@ -8,7 +8,7 @@
     print "CALLBACK handler_test with args:", args
 
 def handler_test_application_top(widget, c):
-    c.application_top("osso_global_search")
+    c.application_top("maemopad")
     c.userdata_changed()
 
 def handler_test_force_autosave(widget, c):

Modified: projects/haf/trunk/python-osso/test_server.py
===================================================================
--- projects/haf/trunk/python-osso/test_server.py	2006-11-30 12:37:27 UTC (rev 8499)
+++ projects/haf/trunk/python-osso/test_server.py	2006-11-30 13:58:22 UTC (rev 8500)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/python2.5
 import osso
 import time
 

Modified: projects/haf/trunk/python-osso/test_system_note.py
===================================================================
--- projects/haf/trunk/python-osso/test_system_note.py	2006-11-30 12:37:27 UTC (rev 8499)
+++ projects/haf/trunk/python-osso/test_system_note.py	2006-11-30 13:58:22 UTC (rev 8500)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4 -u
+#!/usr/bin/python2.5 -u
 import osso
 
 c = osso.Context("test_system_note", "0.0.0", True)


More information about the maemo-commits mailing list