On Aug 16 at 03:33 -0700, Chris wrote: > I am using the Mnemogogo 2.0.4. plugin with the current Linux version of > Mnemosyne. > After exporting to the mobile phone (Nokia Symbian S60 with Mnemojojo) it is > possible to leave the Mnemogogo Dialog using Esc instead of clicking on > "Done". > But after that Mnemosyne "doesn't know" that mobile reviewing is enabled. So > it > is possible to review cards on both the mobile phone and the computer (without > using "force to local").
Thanks for reporting that. I've just patched Mnemogogo (attached). It will work properly in the next release. > BTW a question regarding Mnemojojo: For RTL languages in Menmojojo the letters > of a word are correct sorted as RTL, but the words of a sentence are sorted > LTR. Will this be fixed in the 2.x update for Mnemojojo? Are you using the Gogorender plugin? Have you tried the solution suggested at?: https://groups.google.com/d/msg/mnemosyne-proj-users/ZmdI4WRRKUc/e85csDpELU0J I would like to simplify Gogorender so that it gives better results with less configuration. It's just a question of finding the time to do it. Tim.
=== modified file 'mnemogogo/gogo_dlg.py'
--- mnemogogo/gogo_dlg.py 2012-06-24 12:50:32 +0000
+++ mnemogogo/gogo_dlg.py 2012-08-17 23:38:20 +0000
@@ -143,11 +143,12 @@
self.connect(self.ui.exportButton, SIGNAL("clicked()"), self.doExport)
self.connect(self.ui.importButton, SIGNAL("clicked()"), self.doImport)
self.connect(self.ui.browseButton, SIGNAL("clicked()"), self.browse)
- self.connect(self.ui.doneButton, SIGNAL("clicked()"), self.apply)
+ self.connect(self.ui.doneButton, SIGNAL("clicked()"), self.close)
self.connect(self.ui.forceMobileButton, SIGNAL("clicked()"),
self.forceMobile)
self.connect(self.ui.forceLocalButton, SIGNAL("clicked()"),
self.forceLocal)
+ self.connect(self, SIGNAL("rejected()"), self.writeSettings)
def doExport(self):
self.writeSettings()
@@ -282,7 +283,3 @@
if settings.has_key('max_size'):
self.ui.maxSize.setValue(settings['max_size'])
- def apply(self):
- self.writeSettings()
- self.close()
-
signature.asc
Description: Digital signature
