[Rapier-commits] r213 - in trunk: debian src
This list send mail when a change occurs on the subversion repository
rapier-commits at garage.maemo.org
Fri Oct 10 17:07:27 EEST 2008
Author: pamadio
Date: 2008-10-10 17:07:27 +0300 (Fri, 10 Oct 2008)
New Revision: 213
Modified:
trunk/debian/changelog
trunk/src/rapier
Log:
i have no clue where this gconf issue comes from
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-10-06 17:55:47 UTC (rev 212)
+++ trunk/debian/changelog 2008-10-10 14:07:27 UTC (rev 213)
@@ -1,3 +1,10 @@
+rapier (1.0.4-4) unstable; urgency=low
+
+ * Strange gconf behaviour changes the start bookmarks.
+ workaround is to go to Gen 1:1 when this occurs.
+
+ -- Pierre Amadio <melmoth at localhost> Fri, 10 Oct 2008 15:59:17 +0200
+
rapier (1.0.4-3) unstable; urgency=low
* Build for diablo.
Modified: trunk/src/rapier
===================================================================
--- trunk/src/rapier 2008-10-06 17:55:47 UTC (rev 212)
+++ trunk/src/rapier 2008-10-10 14:07:27 UTC (rev 213)
@@ -186,8 +186,7 @@
(self.selected_book,\
self.selected_chapter,\
self.selected_verse)
-
-
+ swordutils.debug("Setting bookmarks to:'%s'"%position)
self.gconf.set_string("/apps/osso/rapier/bookmarks/start",position)
def reload_manager(self):
@@ -244,7 +243,11 @@
out['verse']=search.group(3)
else:
print "Cannot regexp '%s'"%ref
- sys.exit()
+ swordutils.debug("Cannot regexp '%s'"%ref)
+ out={}
+ out['abbr']='Gen'
+ out['chapter']='1'
+ out['verse']='1'
return out
More information about the Rapier-commits
mailing list