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

Proposed by Jaap Broekhuizen
Status: Merged
Merged at revision: 42
Proposed branch: lp:~jaapz-b/switchboard-plug-pantheon-shell/fix-1076077
Merge into: lp:~elementary-apps/switchboard-plug-pantheon-shell/trunk
Diff against target: 14 lines (+0/-4)
1 file modified
src/desktop-plug.vala (+0/-4)
To merge this branch: bzr merge lp:~jaapz-b/switchboard-plug-pantheon-shell/fix-1076077
Reviewer Review Type Date Requested Status
Cody Garver (community) Approve
Review via email: mp+133320@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Cody Garver (codygarver) wrote :

Looks better.

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-10-31 22:36:34 +0000
3+++ src/desktop-plug.vala 2012-11-07 18:44:19 +0000
4@@ -109,10 +109,6 @@
5 dock_grid.attach (monitor, 2, 2, 2, 1);
6 }
7
8- var fake_label = new Gtk.Label ("");
9- fake_label.set_hexpand (true);
10- dock_grid.attach (fake_label, 0, 0, 1, 1);
11-
12 notebook.append_page (dock_grid, new Gtk.Label (_("Dock")));
13
14 /*hot corners*/

Subscribers

People subscribed via source and target branches

to all changes: