Merge lp:~rtandy/unity-lens-files/bug1425714 into lp:unity-lens-files

Proposed by Ryan Tandy
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 261
Merged at revision: 262
Proposed branch: lp:~rtandy/unity-lens-files/bug1425714
Merge into: lp:unity-lens-files
Diff against target: 12 lines (+1/-1)
1 file modified
src/folder.vala (+1/-1)
To merge this branch: bzr merge lp:~rtandy/unity-lens-files/bug1425714
Reviewer Review Type Date Requested Status
Sebastien Bacher Approve
Review via email: mp+251014@code.launchpad.net

Commit message

Update the path to the bookmarks file.

Description of the change

Update the path to the bookmarks file.

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

That looks right, thanks! (oh, and sorry for the delay to get that reviewed)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/folder.vala'
--- src/folder.vala 2012-09-19 10:48:09 +0000
+++ src/folder.vala 2015-02-25 22:08:03 +0000
@@ -30,7 +30,7 @@
3030
31 public Bookmarks ()31 public Bookmarks ()
32 {32 {
33 bookmarks_file = @"$(Environment.get_home_dir())/.gtk-bookmarks";33 bookmarks_file = @"$(Environment.get_home_dir())/.config/gtk-3.0/bookmarks";
34 update();34 update();
3535
36 /* Update the bookmarks list whener the bookmarks file changes */36 /* Update the bookmarks list whener the bookmarks file changes */

Subscribers

People subscribed via source and target branches