Merge lp:~nick-dedekind/indicator-sound/sound-menu.max-icon into lp:indicator-sound/13.10

Proposed by Nick Dedekind
Status: Merged
Approved by: Lars Karlitski
Approved revision: 362
Merged at revision: 362
Proposed branch: lp:~nick-dedekind/indicator-sound/sound-menu.max-icon
Merge into: lp:indicator-sound/13.10
Diff against target: 21 lines (+2/-2)
1 file modified
src/sound-menu.vala (+2/-2)
To merge this branch: bzr merge lp:~nick-dedekind/indicator-sound/sound-menu.max-icon
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Lars Karlitski (community) Approve
Review via email: mp+177611@code.launchpad.net

Commit message

Fixed max-icon on volume control slider.

Description of the change

Fixed max-icon on volume control slider.

To post a comment you must log in.
Revision history for this message
Lars Karlitski (larsu) wrote :

Ah, thank you.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/sound-menu.vala'
2--- src/sound-menu.vala 2013-07-25 14:38:15 +0000
3+++ src/sound-menu.vala 2013-07-30 14:25:38 +0000
4@@ -29,7 +29,7 @@
5 volume_section.append (_("Mute"), "indicator.mute");
6 volume_section.append_item (this.create_slider_menu_item ("indicator.volume", 0.0, 1.0, 0.01,
7 "audio-volume-low-zero-panel",
8- "audio-volume-low-high-panel"));
9+ "audio-volume-high-panel"));
10
11 this.menu = new Menu ();
12 this.menu.append_section (null, volume_section);
13@@ -139,7 +139,7 @@
14 var playlist_id = player.get_playlist_id (i);
15 playlists_section.append (player.get_playlist_name (i),
16 @"indicator.play-playlist.$(player.id)::$playlist_id");
17-
18+
19 }
20
21 var submenu = new Menu ();

Subscribers

People subscribed via source and target branches