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

List:       kde-core-devel
Subject:    kdebase compile fix patch - konq-drag
From:       Helio Chissini de Castro <helio () conectiva ! com ! br>
Date:       2003-05-29 21:15:18
[Download RAW message or body]

As pointed by Georde Staikos
Can i commit ?

-- 
Helio Chissini de Castro
KDE Developer
Development - Conectiva S.A.

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

Index: konq_drag.cc
===================================================================
RCS file: /home/kde/kdebase/libkonq/konq_drag.cc,v
retrieving revision 1.18.4.4
diff -u -3 -p -r1.18.4.4 konq_drag.cc
--- konq_drag.cc	6 May 2003 08:39:57 -0000	1.18.4.4
+++ konq_drag.cc	29 May 2003 21:14:51 -0000
@@ -182,8 +182,8 @@ bool KonqDrag::decodeIsCutSelection( con
     return false;
   else
   {
-    kdDebug(1203) << "KonqDrag::decodeIsCutSelection : a=" << QCString(a) << endl;
-    return !strcmp(QCString( a ).data(), "1"); // true if 1
+    kdDebug(1203) << "KonqDrag::decodeIsCutSelection : a=" << QCString( a.data() ) << endl;
+    return !strcmp( QCString( a.data() ).data(), "1"); // true if 1
   }
 }
 


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

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