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

List:       kde-core-devel
Subject:    [PATCH] Remove RichText tags in kio_sftp
From:       "=?UTF-8?Q?L=C3=BAcio_Corr=C3=AAa?=" <lucio.correa () gmail ! com>
Date:       2008-03-14 15:34:30
Message-ID: 542f12c70803140834j9558e57u74ffb40deb4a35fd () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (text/plain)]

Hi Guys.

Attached is a one line patch that removes the rich text tags from kio_sftp.cpp.

kio_sftp  is the only one that uses that, and Dolphin doesn't show
ritch text in its status bar (it only shows <b> host:port</b>).

Is anyone planning to implement the support in Dolphin, or is it ok to commit?

Thanks

-- 
-----------------------------------------------------------------
"Your mind is like a parachute: it works better when open."
Lúcio Flávio Corrêa
(+55) (81) 8897-0537
lucio.correa@gmail.com
luciocorrea.wordpress.com
topeira -> irc.freenode.net

["kdebase_remove_richtext_kio_sftp.diff" (text/x-patch)]

Index: kio_sftp.cpp
===================================================================
--- kio_sftp.cpp	(revision 785584)
+++ kio_sftp.cpp	(working copy)
@@ -503,7 +503,7 @@ void sftpProtocol::openConnection() {
     kDebug(KIO_SFTP_DB) << "openConnection(): " << mUsername << "@"
                          << mHost << ":" << mPort << endl;
 
-    infoMessage( i18n("Opening SFTP connection to host <b>%1:%2</b>", mHost, mPort));
+    infoMessage( i18n("Opening SFTP connection to host %1:%2", mHost, mPort));
 
     if( mHost.isEmpty() ) {
         kDebug(KIO_SFTP_DB) << "openConnection(): Need hostname...";


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

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