Skip to content

Commit

Permalink
Use correct icon for HTTP stream playback
Browse files Browse the repository at this point in the history
  • Loading branch information
CDrummond committed Dec 6, 2015
1 parent cf501fc commit 3c4573a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ MainWindow::MainWindow(QWidget *parent)
// Under unity we dont want any icons in menus - so the actions themselves have no icons.
// But the toolbuttuns need icons!
#ifdef ENABLE_HTTP_STREAM_PLAYBACK
streamPlayButton->setIcon(Icons::self()->radioStreamIcon);
streamPlayButton->setIcon(Icons::self()->httpStreamIcon);
#endif
savePlayQueueButton->setIcon(Icons::self()->savePlayQueueIcon);
clearPlayQueueButton->setIcon(Icons::self()->clearListIcon);
Expand Down

0 comments on commit 3c4573a

Please sign in to comment.