conduit r1350 - trunk/conduit/modules
- From: johncarr svn gnome org
- To: svn-commits-list gnome org
- Subject: conduit r1350 - trunk/conduit/modules
- Date: Thu, 6 Mar 2008 20:13:56 +0000 (GMT)
Author: johncarr
Date: Thu Mar 6 20:13:55 2008
New Revision: 1350
URL: http://svn.gnome.org/viewvc/conduit?rev=1350&view=rev
Log:
Fix a typo
Modified:
trunk/conduit/modules/TomboyModule.py
Modified: trunk/conduit/modules/TomboyModule.py
==============================================================================
--- trunk/conduit/modules/TomboyModule.py (original)
+++ trunk/conduit/modules/TomboyModule.py Thu Mar 6 20:13:55 2008
@@ -210,9 +210,9 @@
if self.remoteTomboy.NoteExists(LUID):
existingNote = self._get_note(LUID)
else:
- uid = self.remoteTomboy.FindNote(note.get_title())
- if uid != "":
- existingNote = self._get_note(str(uid))
+ LUID = self.remoteTomboy.FindNote(note.get_title())
+ if LUID != "":
+ existingNote = self._get_note(str(LUID))
#compare with the existing note
if existingNote != None:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]