~ubuntu-branches/ubuntu/precise/screenlets/precise

« back to all changes in this revision

Viewing changes to debian/patches/20-tomboy-update-path.patch

  • Committer: Bazaar Package Importer
  • Author(s): Frank Cheung
  • Date: 2009-11-08 13:18:33 UTC
  • Revision ID: james.westby@ubuntu.com-20091108131833-cta4bky1zl7648p0
Tags: 0.1.2-7ubuntu1
Updated tomboy notes folder path. (LP: #477017)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: screenlets-0.1.2/src/share/screenlets/Tomboy/TomboyScreenlet.py
 
2
===================================================================
 
3
--- screenlets-0.1.2.orig/src/share/screenlets/Tomboy/TomboyScreenlet.py        2009-11-08 13:17:33.710931288 +0000
 
4
+++ screenlets-0.1.2/src/share/screenlets/Tomboy/TomboyScreenlet.py     2009-11-08 13:18:08.816900688 +0000
 
5
@@ -58,7 +58,7 @@
 
6
        if os.environ.has_key("TOMBOY_PATH"):
 
7
                note_path = os.environ["TOMBOY_PATH"]
 
8
        else:
 
9
-               note_path = "~/.tomboy"
 
10
+               note_path = "~/.local/share/tomboy"
 
11
        note_path = os.path.expanduser(note_path)
 
12
 
 
13
        # constructor