Skip to content

Commit

Permalink
Another recontra D'Oh!.
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasdelellis committed Nov 15, 2013
1 parent a20300e commit c8eac85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions panel-plugin/soundmenu-panel-plugin.c
Expand Up @@ -312,6 +312,8 @@ soundmenu_panel_button_scrolled (GtkWidget *widget,
if(!mpris2_client_is_connected(soundmenu->mpris2))
return FALSE;

volume = mpris2_client_get_volume (soundmenu->mpris2);

switch (event->direction) {
case GDK_SCROLL_UP:
case GDK_SCROLL_RIGHT:
Expand Down

0 comments on commit c8eac85

Please sign in to comment.