[maemo-commits] [maemo-commits] r9062 - in projects/haf/trunk/python: Lib debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Jan 11 15:23:22 EET 2007
Author: osantana
Date: 2007-01-11 15:23:17 +0200 (Thu, 11 Jan 2007)
New Revision: 9062

Modified:
   projects/haf/trunk/python/Lib/webbrowser.py
   projects/haf/trunk/python/debian/changelog
Log:
fixing a typo in "MaemoBrowser" class name.


Modified: projects/haf/trunk/python/Lib/webbrowser.py
===================================================================
--- projects/haf/trunk/python/Lib/webbrowser.py	2007-01-11 13:09:20 UTC (rev 9061)
+++ projects/haf/trunk/python/Lib/webbrowser.py	2007-01-11 13:23:17 UTC (rev 9062)
@@ -441,7 +441,7 @@
 # a console terminal or an X display to run.
 
 def register_X_browsers():
-    register("maemobrowser", MaemoBroser())
+    register("maemobrowser", MaemoBrowser())
 
     # The default Gnome browser
     if _iscommand("gconftool-2"):

Modified: projects/haf/trunk/python/debian/changelog
===================================================================
--- projects/haf/trunk/python/debian/changelog	2007-01-11 13:09:20 UTC (rev 9061)
+++ projects/haf/trunk/python/debian/changelog	2007-01-11 13:23:17 UTC (rev 9062)
@@ -1,3 +1,9 @@
+python2.5 (2.5.0-1osso8) unstable; urgency=low
+
+  * fixed the "MaemoWebBroser" typo in webbrowser module.
+
+ -- Osvaldo Santana Neto <osvaldo.santana at indt.org.br>  Wed, 10 Jan 2007 17:29:00 -0300
+
 python2.5 (2.5.0-1osso7) unstable; urgency=low
 
   * put the traceback module back to the runtime package. This module is


More information about the maemo-commits mailing list