On Thu, Oct 20, 2005 at 05:05:32PM +0200, Philipp Kolmann wrote:
> 'View Email'. Then nothing happens. After a bit of debugging I found, that (at
> least) firefox needs the 'file://' infront of the url.
> Patch attached.

Better patch now.

thanks
philipp


-- 
A byte walks into a bar and orders a pint. Bartender asks him "What's wrong?"
Byte says "Parity error." Bartender nods and says "Yeah, I thought you looked
a bit off."
Index: src/usereventdlg.cpp
===================================================================
RCS file: /cvsroot/licq/qt-gui/src/usereventdlg.cpp,v
retrieving revision 1.189
diff -u -1 -b -p -r1.189 usereventdlg.cpp
--- src/usereventdlg.cpp        6 Oct 2005 14:20:46 -0000       1.189
+++ src/usereventdlg.cpp        20 Oct 2005 15:17:27 -0000
@@ -1223,2 +1223,3 @@ void UserViewEvent::slot_btnRead1()
       fileHTML.close();
+      url = "file://" + url;
 #ifdef USE_KDE

Reply via email to