Index: screenlets-0.1.2/debian/changelog =================================================================== --- screenlets-0.1.2.orig/debian/changelog 2009-11-08 01:23:51.496495901 +0000 +++ screenlets-0.1.2/debian/changelog 2009-11-08 01:25:20.085256225 +0000 @@ -1,3 +1,9 @@ +screenlets (0.1.2-7ubuntu1) karmic; urgency=low + + * Updated Tomboy notes folder. (LP: #477017) + + -- Frank Cheung Sun, 08 Nov 2009 01:24:45 +0000 + screenlets (0.1.2-7) unstable; urgency=medium * Urgency to medium to fix RC bug. Index: screenlets-0.1.2/src/share/screenlets/Tomboy/TomboyScreenlet.py =================================================================== --- screenlets-0.1.2.orig/src/share/screenlets/Tomboy/TomboyScreenlet.py 2009-11-08 01:23:30.607495709 +0000 +++ screenlets-0.1.2/src/share/screenlets/Tomboy/TomboyScreenlet.py 2009-11-08 01:24:31.325909828 +0000 @@ -58,7 +58,7 @@ if os.environ.has_key("TOMBOY_PATH"): note_path = os.environ["TOMBOY_PATH"] else: - note_path = "~/.tomboy" + note_path = "~/.local/share/tomboy" note_path = os.path.expanduser(note_path) # constructor