[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 82660] Option per channel to load the webpage directly
From:       Teemu Rytilahti <tpr () d5k ! net>
Date:       2005-05-06 15:00:15
Message-ID: 20050506150015.18462.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=82660         
tpr d5k net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From tpr d5k net  2005-05-06 17:00 -------
SVN commit 410054 by rytilahti:

Open the webpage directly to articleviewer if there's no description available. This \
will be here for testing and if it's found out cool then we could add an option and \
prolly some cleaning (use media/print stylesheet if available and such)

BUGS:82660


 M  +4 -1      trunk/KDE/kdepim/akregator/src/articleviewer.cpp  


--- trunk/KDE/kdepim/akregator/src/articleviewer.cpp #410053:410054
 @ -404,7 +404,10  @
     m_viewMode = NormalView;
     disconnectFromNode(m_node);
     m_node = 0;
-    renderContent( formatArticle(article.feed(), article) );
+    if(article.description().isEmpty())
+        openURL(article.link());
+    else
+        renderContent( formatArticle(article.feed(), article) );
 }
 
 void ArticleViewer::slotSetFilter(const ArticleFilter& textFilter, const \
ArticleFilter& statusFilter)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic