Merge lp:~chipaca/unity-lens-video/use-xdg-cache-dir into lp:unity-lens-video

Proposed by David Callé
Status: Merged
Approved by: David Callé
Approved revision: 36
Merged at revision: 36
Proposed branch: lp:~chipaca/unity-lens-video/use-xdg-cache-dir
Merge into: lp:unity-lens-video
Diff against target: 12 lines (+1/-1)
1 file modified
src/unity-lens-video (+1/-1)
To merge this branch: bzr merge lp:~chipaca/unity-lens-video/use-xdg-cache-dir
Reviewer Review Type Date Requested Status
Unity Videos lens Pending
Review via email: mp+94121@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/unity-lens-video'
2--- src/unity-lens-video 2012-02-21 17:36:43 +0000
3+++ src/unity-lens-video 2012-02-22 11:13:21 +0000
4@@ -86,7 +86,7 @@
5 BUS_NAME = "net.launchpad.lens.video"
6 FOLDER = GLib.get_user_special_dir(GLib.USER_DIRECTORY_VIDEOS)
7 HOME_FOLDER = GLib.get_home_dir()
8-CACHE = "%s/.cache/unity-lens-video" % GLib.get_home_dir()
9+CACHE = "%s/unity-lens-video" % GLib.get_user_cache_dir()
10 DB = "videos.db"
11
12 # pylint: disable=R0903

Subscribers

People subscribed via source and target branches