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

List:       kde-core-devel
Subject:    [Patch] KLineEdit::setURL()
From:       André_Wöbbeking <Woebbeking () onlinehome ! de>
Date:       2004-07-04 18:43:08
Message-ID: 200407042043.15475.Woebbeking () onlinehome ! de
[Download RAW message or body]

Hi,

is it ok to commit the attached patch? Without the patch the squeezed 
text feature isn't used.


Cheers,
André

["klineedit.diff" (text/x-diff)]

Index: klineedit.cpp
===================================================================
RCS file: /home/kde/kdelibs/kdeui/klineedit.cpp,v
retrieving revision 1.180
diff -u -3 -p -r1.180 klineedit.cpp
--- klineedit.cpp	28 Jun 2004 16:53:14 -0000	1.180
+++ klineedit.cpp	4 Jul 2004 17:48:33 -0000
@@ -1045,7 +1045,7 @@ bool KLineEdit::trapReturnKey() const
 
 void KLineEdit::setURL( const KURL& url )
 {
-    QLineEdit::setText( url.prettyURL() );
+    setText( url.prettyURL() );
 }
 
 void KLineEdit::makeCompletionBox()


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

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