Merge lp:~codygarver/snap-elementary/choices-were-made into lp:snap-elementary

Proposed by Cody Garver
Status: Merged
Approved by: Danielle Foré
Approved revision: 324
Merged at revision: 323
Proposed branch: lp:~codygarver/snap-elementary/choices-were-made
Merge into: lp:snap-elementary
Diff against target: 13 lines (+2/-1)
1 file modified
src/SnapWindow.vala (+2/-1)
To merge this branch: bzr merge lp:~codygarver/snap-elementary/choices-were-made
Reviewer Review Type Date Requested Status
Danielle Foré Pending
Review via email: mp+254071@code.launchpad.net

Commit message

Hide mode button until video recording works

Description of the change

Since video mode does not work let's just hide the feature.

This will allow the relevant bug to be bumped from the milestone: https://bugs.launchpad.net/snap-elementary/+bug/1374072

To post a comment you must log in.
324. By Cody Garver

Add comment

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/SnapWindow.vala'
2--- src/SnapWindow.vala 2015-02-26 12:35:06 +0000
3+++ src/SnapWindow.vala 2015-03-25 12:18:24 +0000
4@@ -99,7 +99,8 @@
5 mode_button.append (load_toolbar_icon (PHOTO_ICON_SYMBOLIC));
6 mode_button.append (load_toolbar_icon (VIDEO_ICON_SYMBOLIC));
7
8- toolbar.pack_end (mode_button);
9+ // Hide video mode until fixed https://bugs.launchpad.net/snap-elementary/+bug/1374072
10+ //toolbar.pack_end (mode_button);
11
12 var take_button_style = new Gtk.CssProvider ();
13 try {

Subscribers

People subscribed via source and target branches