Merge lp:~l-admin-3/snap-elementary/disable-video-mode into lp:snap-elementary

Proposed by Marcus Wichelmann
Status: Merged
Approved by: Cody Garver
Approved revision: 326
Merged at revision: 326
Proposed branch: lp:~l-admin-3/snap-elementary/disable-video-mode
Merge into: lp:snap-elementary
Diff against target: 13 lines (+3/-0)
1 file modified
src/Services/Settings.vala (+3/-0)
To merge this branch: bzr merge lp:~l-admin-3/snap-elementary/disable-video-mode
Reviewer Review Type Date Requested Status
elementary Apps team Pending
Review via email: mp+254892@code.launchpad.net

Commit message

Reset the capture mode to "PHOTO" until the video mode is available

Description of the change

Resets the capture mode to "PHOTO" until the video-mode is available.

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/Services/Settings.vala'
2--- src/Services/Settings.vala 2015-02-26 12:35:06 +0000
3+++ src/Services/Settings.vala 2015-04-01 10:56:37 +0000
4@@ -28,6 +28,9 @@
5
6 public Settings () {
7 base ("org.pantheon.snap.settings");
8+
9+ // Reset video mode to 0 until fixed https://bugs.launchpad.net/snap-elementary/+bug/1374072
10+ this.mode = 0;
11 }
12 }
13 }

Subscribers

People subscribed via source and target branches