Bug 233490

Summary: Status bar messages in seperate window wrong
Product: [Applications] kdepim Reporter: Thomas McGuire <mcguire>
Component: messageviewerAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal Keywords: akonadi-ports-regression
Priority: LO    
Version: unspecified   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:

Description Thomas McGuire 2010-04-06 14:43:57 UTC
When using the seperate window in KMail to display a message, the URLHandlerManager is apparently not used for the status bar message.

That means the seperate window's status bar will display raw URLs like "kmail:hideAttachmentQuicklist", instead of the prettified text.
Comment 1 Thomas McGuire 2010-04-13 06:46:06 UTC
SVN commit 1114224 by tmcguire:

Fix status bar message in the seperate reader win.

It was connected directly to the WebKit HTML widget, which were not
resolved by URLHandlerManager.
Remove access to the HTML widget and provide signals for the status bar
message.

BUG: 233490

 M  +2 -2      kmail/kmreadermainwin.cpp  
 M  +2 -6      kmail/kmreaderwin.cpp  
 M  +2 -5      kmail/kmreaderwin.h  
 M  +2 -6      messageviewer/viewer.cpp  
 M  +6 -3      messageviewer/viewer.h  
 M  +2 -0      messageviewer/viewer_p.cpp  
 M  +2 -0      messageviewer/viewer_p.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1114224