[Rapier-commits] r225 - in branches/diablo: debian src

This list send mail when a change occurs on the subversion repository rapier-commits at garage.maemo.org
Wed Oct 28 19:04:04 EET 2009


Author: pamadio
Date: 2009-10-28 19:04:00 +0200 (Wed, 28 Oct 2009)
New Revision: 225

Modified:
   branches/diablo/debian/changelog
   branches/diablo/src/rapier
Log:
workaround for modules such as ABP

Modified: branches/diablo/debian/changelog
===================================================================
--- branches/diablo/debian/changelog	2009-10-26 21:39:55 UTC (rev 224)
+++ branches/diablo/debian/changelog	2009-10-28 17:04:00 UTC (rev 225)
@@ -1,3 +1,10 @@
+rapier (1.0.4-5) unstable; urgency=low
+
+  * On Diablo, there is a strange issue with displaying modules such 
+    as ABP. 
+
+ -- maemo user <user at maemo-2008.localdomain>  Wed, 28 Oct 2009 18:03:00 +0100
+
 rapier (1.0.4-4) unstable; urgency=low
 
   * Strange gconf behaviour changes the start bookmarks.

Modified: branches/diablo/src/rapier
===================================================================
--- branches/diablo/src/rapier	2009-10-26 21:39:55 UTC (rev 224)
+++ branches/diablo/src/rapier	2009-10-28 17:04:00 UTC (rev 225)
@@ -1444,6 +1444,14 @@
               mgr.setGlobalOption("Strong's Numbers","Off")
           verseTxt=mod.RenderText()
 
+          #On Diablo, there is a strange issue with displaying modules such
+          #as ABP
+          # PS 1:4 is rendered the following way:
+          #
+          #Not so the impious, not so; but <G237.1> is as dust <G5515.2> which [3casts forth <G1610.1> 1the 2wind] from the face of the earth.
+          
+          verseTxt=re.sub(r'<\S+>','',verseTxt)
+
           if self.append_carriage_return:
               verseTxt.rstrip("\r")
               verseTxt.rstrip("\n")



More information about the Rapier-commits mailing list