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

List:       kde-commits
Subject:    KDE_3_2_BRANCH: kdelibs/kdeprint
From:       Michael Goffioul <goffioul () imec ! be>
Date:       2004-02-23 16:41:10
Message-ID: 20040223164110.BEFC19959 () office ! kde ! org
[Download RAW message or body]

CVS commit by goffioul: 

Fix bug #74732: URL protocol is already part of the list view item
CCMAIL: 74732-done@bugs.kde.org


  M +1 -2      kfilelist.cpp   1.15.2.1


--- kdelibs/kdeprint/kfilelist.cpp  #1.15:1.15.2.1
@@ -257,6 +257,5 @@ void KFileList::slotOpenFile()
         if (item)
         {
-                KURL url;
-                url.setPath(item->text(2));
+                KURL url( item->text( 2 ) );
                 new KRun(url);
         }


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

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