[Rapier-commits] r173 - in trunk: debian src
This list send mail when a change occurs on the subversion repository
rapier-commits at garage.maemo.org
Thu Jan 10 19:51:30 EET 2008
Author: pamadio
Date: 2008-01-10 19:51:30 +0200 (Thu, 10 Jan 2008)
New Revision: 173
Modified:
trunk/debian/changelog
trunk/src/rapier
Log:
release os2008
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-01-09 17:44:52 UTC (rev 172)
+++ trunk/debian/changelog 2008-01-10 17:51:30 UTC (rev 173)
@@ -1,11 +1,12 @@
rapier (1.0.3-0) unstable; urgency=low
+ * Works on os2008.
* Touchscreen motion should be a bit smoother.
* Textview scroll to selected verse when full screen mode is changed.
* Osso context use org.maemo.rapier and not com.nokia.rapier anymore.
* Sword configuation file location is not hard coded anymore
- -- Pierre Amadio <melmoth at localhost> Sun, 26 Aug 2007 10:21:28 +0200
+ -- Pierre Amadio <melmoth at localhost> Wed, 9 Jan 2008 18:45:31 +0100
rapier (1.0.2-0) unstable; urgency=low
Modified: trunk/src/rapier
===================================================================
--- trunk/src/rapier 2008-01-09 17:44:52 UTC (rev 172)
+++ trunk/src/rapier 2008-01-10 17:51:30 UTC (rev 173)
@@ -137,10 +137,10 @@
"""
If there is no data_path gconf variable, then let set it
- to /home/user/.document/MyDocs/.documents
+ to /home/user/sword
"""
if not self.gconf.get_string("/apps/osso/rapier/data_path"):
- defdst="/home/user/MyDocs/.documents/sword"
+ defdst="/home/user/sword"
src_uri=gnomevfs.URI("/usr/share/sword")
dst_uri=gnomevfs.URI(defdst)
gnomevfs.xfer_uri_list([src_uri],[dst_uri],\
More information about the Rapier-commits
mailing list