Merge lp:~elementary-pantheon/switchboard-plug-pantheon-shell/rdnn-cache into lp:~elementary-apps/switchboard-plug-pantheon-shell/trunk

Proposed by Danielle Foré
Status: Merged
Approved by: Felipe Escoto
Approved revision: 560
Merged at revision: 562
Proposed branch: lp:~elementary-pantheon/switchboard-plug-pantheon-shell/rdnn-cache
Merge into: lp:~elementary-apps/switchboard-plug-pantheon-shell/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
src/Cache.vala (+1/-1)
To merge this branch: bzr merge lp:~elementary-pantheon/switchboard-plug-pantheon-shell/rdnn-cache
Reviewer Review Type Date Requested Status
Felipe Escoto (community) Approve
Review via email: mp+317707@code.launchpad.net

Commit message

Name Cache directory after RDNN

Description of the change

I used io.elementary.switchboard.plug.pantheon-shell instead of io.elementary.switchboard-plug-pantheon-shell just because that's how we do in dconf. If it should be the latter instead, I'm not opposed to changing it

To post a comment you must log in.
Revision history for this message
Felipe Escoto (philip.scott) wrote :

Still works! :)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Cache.vala'
2--- src/Cache.vala 2017-02-16 00:26:24 +0000
3+++ src/Cache.vala 2017-02-18 22:05:06 +0000
4@@ -25,7 +25,7 @@
5 */
6 public async static void init () {
7 if (cache_folder == null)
8- cache_folder = Environment.get_user_cache_dir () + "/wallpapers-plug-thumbs/";
9+ cache_folder = Environment.get_user_cache_dir () + "/io.elementary.switchboard.plug.pantheon-shell/";
10 if (images == null) {
11 images = new Gee.HashMap<string, Gdk.Pixbuf>();
12 }

Subscribers

People subscribed via source and target branches