Merge lp:~tintou/pantheon-photos/init-direct-view into lp:~pantheon-photos/pantheon-photos/trunk

Proposed by Corentin Noël
Status: Merged
Approved by: Cody Garver
Approved revision: 2886
Merged at revision: 2886
Proposed branch: lp:~tintou/pantheon-photos/init-direct-view
Merge into: lp:~pantheon-photos/pantheon-photos/trunk
Diff against target: 19 lines (+9/-0)
1 file modified
src/direct/Direct.vala (+9/-0)
To merge this branch: bzr merge lp:~tintou/pantheon-photos/init-direct-view
Reviewer Review Type Date Requested Status
Photos Devs Pending
Review via email: mp+283748@code.launchpad.net

Commit message

Fixed Direct view not being initialized

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/direct/Direct.vala'
2--- src/direct/Direct.vala 2016-01-14 12:35:35 +0000
3+++ src/direct/Direct.vala 2016-01-24 21:23:03 +0000
4@@ -22,6 +22,15 @@
5 }
6
7 public void app_init () throws Error {
8+ Util.init ();
9+ Threads.init ();
10+ Db.init ();
11+ Plugins.init ();
12+ Slideshow.init ();
13+ Photos.init ();
14+ Publishing.init ();
15+ Core.init ();
16+ Tags.init ();
17 assert (initial_file != null);
18
19 DirectPhoto.init (initial_file);

Subscribers

People subscribed via source and target branches

to all changes: