Merge lp:~rhvz/noise/fix-1188615 into lp:~elementary-apps/noise/trunk

Proposed by Corentin Noël
Status: Merged
Approved by: Corentin Noël
Approved revision: 1461
Merged at revision: 1467
Proposed branch: lp:~rhvz/noise/fix-1188615
Merge into: lp:~elementary-apps/noise/trunk
Diff against target: 11 lines (+1/-0)
1 file modified
src/LocalLibrary.vala (+1/-0)
To merge this branch: bzr merge lp:~rhvz/noise/fix-1188615
Reviewer Review Type Date Requested Status
elementary Apps team Pending
Review via email: mp+169024@code.launchpad.net

Commit message

Fixed smart playlists not saved to database on creation

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/LocalLibrary.vala'
2--- src/LocalLibrary.vala 2013-06-12 18:04:28 +0000
3+++ src/LocalLibrary.vala 2013-06-12 18:12:26 +0000
4@@ -487,6 +487,7 @@
5 p.rowid = playlists_rowid;
6 playlists_rowid++;
7
8+ dbm.save_smart_playlist (p);
9 p.updated.connect ((old_name) => {smart_playlist_updated (p, old_name);});
10 smartplaylist_added (p);
11 }

Subscribers

People subscribed via source and target branches