1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 10:46:35 +01:00

Correctly hide/show rss icon with "Always show go icon" option.

Regression from 05ca29715f
Closes #926
This commit is contained in:
nowrep 2013-06-06 11:54:22 +02:00
parent b59d42fc1b
commit c305811334

View File

@ -51,6 +51,7 @@ LocationBar::LocationBar(QupZilla* mainClass)
, m_webView(0) , m_webView(0)
, m_pasteAndGoAction(0) , m_pasteAndGoAction(0)
, m_clearAction(0) , m_clearAction(0)
, m_rssIconVisible(false)
, m_holdingAlt(false) , m_holdingAlt(false)
, m_loadProgress(0) , m_loadProgress(0)
, m_progressVisible(false) , m_progressVisible(false)