[Rapier-commits] r183 - in trunk: debian src
This list send mail when a change occurs on the subversion repository
rapier-commits at garage.maemo.org
Mon Jan 14 21:17:13 EET 2008
Author: pamadio
Date: 2008-01-14 21:17:13 +0200 (Mon, 14 Jan 2008)
New Revision: 183
Modified:
trunk/debian/changelog
trunk/src/rapier
Log:
wrong path
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-01-14 18:50:11 UTC (rev 182)
+++ trunk/debian/changelog 2008-01-14 19:17:13 UTC (rev 183)
@@ -1,4 +1,4 @@
-rapier (1.0.3-1test) unstable; urgency=low
+rapier (1.0.3-1test2) unstable; urgency=low
* Changing the package section to user/other.
* Strong Number support.
Modified: trunk/src/rapier
===================================================================
--- trunk/src/rapier 2008-01-14 18:50:11 UTC (rev 182)
+++ trunk/src/rapier 2008-01-14 19:17:13 UTC (rev 183)
@@ -1472,7 +1472,8 @@
filterSnt=self.searchEntry.get_text()
args={'filter':filterSnt,'module':self.selected_module,\
- 'useStrongNumber':self.showStrongNumbers}
+ 'useStrongNumber':self.showStrongNumbers\,
+ 'database':self.strong_db}
self.searchProgressbar.show()
self.waitForSearchFlag=True
self.putJob(aJob(self.jobCounter,"search_string",args))
@@ -1709,7 +1710,7 @@
out.append(vk.getShortText())
return out
else:
- db=sqlite3.connect(self.strong_db)
+ db=sqlite3.connect(args['database'])
c=db.cursor()
for row in \
c.execute("select verse from Words_Per_Verse where word=?",\
More information about the Rapier-commits
mailing list