Merge lp:~marcus-lundgren/noise/fix-1022672 into lp:~elementary-apps/noise/trunk

Proposed by Marcus Lundgren
Status: Merged
Merged at revision: 849
Proposed branch: lp:~marcus-lundgren/noise/fix-1022672
Merge into: lp:~elementary-apps/noise/trunk
Diff against target: 15 lines (+2/-2)
1 file modified
src/Dialogs/PreferencesWindow.vala (+2/-2)
To merge this branch: bzr merge lp:~marcus-lundgren/noise/fix-1022672
Reviewer Review Type Date Requested Status
Victor Martinez (community) Approve
Review via email: mp+114211@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Victor Martinez (victored) wrote :

Awesome. Thank you!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Dialogs/PreferencesWindow.vala'
2--- src/Dialogs/PreferencesWindow.vala 2012-06-24 09:31:14 +0000
3+++ src/Dialogs/PreferencesWindow.vala 2012-07-10 15:08:34 +0000
4@@ -142,9 +142,9 @@
5 copy_imported_music_switch.set_active(_lw.main_settings.copy_imported_music);
6
7 // Pack all widgets
8- general_grid.attach (management_label, 0, 0, 3, 1);
9+ general_grid.attach (music_label, 0, 0, 3, 1);
10 general_grid.attach (library_fileChooser, 0, 1, 3, 1);
11- general_grid.attach (music_label, 0, 2, 3, 1);
12+ general_grid.attach (management_label, 0, 2, 3, 1);
13 general_grid.attach (organize_folders_label, 0, 3, 1, 1);
14 general_grid.attach (organize_folders_switch, 1, 3, 1, 1);
15 general_grid.attach (write_file_metadata_label, 0, 4, 1, 1);

Subscribers

People subscribed via source and target branches