fix #940
This commit is contained in:
parent
8eea37ec3b
commit
47c30cd977
@ -295,9 +295,9 @@ void FeedMessageViewer::initialize() {
|
|||||||
|
|
||||||
updateArticleViewerSettings();
|
updateArticleViewerSettings();
|
||||||
|
|
||||||
if (!m_articleViewerAlwaysVisible) {
|
// if (!m_articleViewerAlwaysVisible) {
|
||||||
m_messagesBrowser->clear();
|
m_messagesBrowser->clear();
|
||||||
}
|
//}
|
||||||
|
|
||||||
// Now refresh visual setup.
|
// Now refresh visual setup.
|
||||||
refreshVisualProperties();
|
refreshVisualProperties();
|
||||||
|
@ -360,6 +360,7 @@ void WebBrowser::onLoadingFinished(bool success) {
|
|||||||
m_actionReadabilePage->setEnabled(false);
|
m_actionReadabilePage->setEnabled(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: nevolat toto u internich "rssguard" adres
|
||||||
// Let's check if there are any feeds defined on the web and eventually
|
// Let's check if there are any feeds defined on the web and eventually
|
||||||
// display "Add feeds" button.
|
// display "Add feeds" button.
|
||||||
m_btnDiscoverFeeds->setFeedAddresses(NetworkFactory::extractFeedLinksFromHtmlPage(m_webView->url(),
|
m_btnDiscoverFeeds->setFeedAddresses(NetworkFactory::extractFeedLinksFromHtmlPage(m_webView->url(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user