conduit r1812 - in trunk: . conduit/modules
- From: jstowers svn gnome org
- To: svn-commits-list gnome org
- Subject: conduit r1812 - in trunk: . conduit/modules
- Date: Tue, 20 Jan 2009 01:16:05 +0000 (UTC)
Author: jstowers
Date: Tue Jan 20 01:16:04 2009
New Revision: 1812
URL: http://svn.gnome.org/viewvc/conduit?rev=1812&view=rev
Log:
2009-01-20 John Stowers <john stowers gmail com>
* conduit/modules/TomboyModule.py: Tomboy arguements
to SyncException are reversed.
Fixes #568363 (Brian Teague)
Modified:
trunk/ChangeLog
trunk/conduit/modules/TomboyModule.py
Modified: trunk/conduit/modules/TomboyModule.py
==============================================================================
--- trunk/conduit/modules/TomboyModule.py (original)
+++ trunk/conduit/modules/TomboyModule.py Tue Jan 20 01:16:04 2009
@@ -237,7 +237,7 @@
log.info("Updating note")
self._update_note(LUID, note)
else:
- raise Exceptions.SynchronizeConflictError(comp, existingNote, note)
+ raise Exceptions.SynchronizeConflictError(comp, note, existingNote)
else:
log.info("Saving new Note")
LUID = self._create_note(note)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]