From ed07a33fbcb7562abc7c19d296ae1be8aa246be2 Mon Sep 17 00:00:00 2001 From: Craig Drummond Date: Sun, 6 Dec 2015 11:10:32 +0000 Subject: [PATCH] Use correct icon for HTTP stream playback --- gui/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp index a9fac81ad..807ced677 100644 --- a/gui/mainwindow.cpp +++ b/gui/mainwindow.cpp @@ -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);