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
=== modified file 'src/Services/Settings.vala'
--- src/Services/Settings.vala 2015-02-26 12:35:06 +0000
+++ src/Services/Settings.vala 2015-04-01 10:56:37 +0000
@@ -28,6 +28,9 @@
2828
29 public Settings () {29 public Settings () {
30 base ("org.pantheon.snap.settings");30 base ("org.pantheon.snap.settings");
31
32 // Reset video mode to 0 until fixed https://bugs.launchpad.net/snap-elementary/+bug/1374072
33 this.mode = 0;
31 }34 }
32 }35 }
33}36}

Subscribers

People subscribed via source and target branches