Merge lp:~jaapz-b/switchboard-plug-pantheon-shell/fix-1081556 into lp:~elementary-apps/switchboard-plug-pantheon-shell/trunk

Proposed by Jaap Broekhuizen
Status: Merged
Merged at revision: 50
Proposed branch: lp:~jaapz-b/switchboard-plug-pantheon-shell/fix-1081556
Merge into: lp:~elementary-apps/switchboard-plug-pantheon-shell/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
src/desktop-plug.vala (+1/-1)
To merge this branch: bzr merge lp:~jaapz-b/switchboard-plug-pantheon-shell/fix-1081556
Reviewer Review Type Date Requested Status
David Gomes (community) Approve
Review via email: mp+135375@code.launchpad.net
To post a comment you must log in.
Revision history for this message
David Gomes (davidgomes) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/desktop-plug.vala'
2--- src/desktop-plug.vala 2012-11-07 18:40:22 +0000
3+++ src/desktop-plug.vala 2012-11-21 11:33:23 +0000
4@@ -104,7 +104,7 @@
5 dock_grid.attach (icon_size, 3, 0, 1, 1);
6 dock_grid.attach (new LLabel.right (_("Hide Mode:")), 0, 1, 2, 1);
7 dock_grid.attach (hide_mode, 2, 1, 2, 1);
8- if (i < 1) {
9+ if (i > 1) {
10 dock_grid.attach (new LLabel.right (_("Monitor:")), 0, 2, 2, 1);
11 dock_grid.attach (monitor, 2, 2, 2, 1);
12 }

Subscribers

People subscribed via source and target branches

to all changes: