------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=107740
------- Additional Comments From frank.osterfeld kdemail net 2006-08-26 11:21 -------
SVN commit 577326 by osterfeld:
backport: show error message in the htmlpart instead of using popups
CCBUG: 107740
M +1 -1 akregator_run.cpp
--- branches/KDE/3.5/kdepim/akregator/src/akregator_run.cpp #577325:577326
@ -31,7 +31,7 @
BrowserRun::BrowserRun(QWidget* mainWindow, Viewer* currentViewer, const KURL& url, const KParts::URLArgs& args, OpeningMode mode)
- : KParts::BrowserRun(url, args, 0L, mainWindow, false, true)
+ : KParts::BrowserRun(url, args, 0L, mainWindow, false, false, true)
{
m_currentViewer = currentViewer;
m_openingMode = mode;
|