Use correct icon for HTTP stream playback

This commit is contained in:
Craig Drummond
2015-12-06 11:10:32 +00:00
committed by Craig Drummond
parent 89c9f19818
commit ed07a33fbc

View File

@@ -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);