Author: glen                         Date: Tue May  4 15:38:57 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix patch

---- Files affected:
packages/kdenetwork:
   gcc45.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/kdenetwork/gcc45.patch
diff -u packages/kdenetwork/gcc45.patch:1.1 packages/kdenetwork/gcc45.patch:1.2
--- packages/kdenetwork/gcc45.patch:1.1 Tue May  4 14:35:42 2010
+++ packages/kdenetwork/gcc45.patch     Tue May  4 17:38:52 2010
@@ -1,10 +1,10 @@
---- kdenetwork-3.5.10/kopete/kopete/contactlist/kopetegroupviewitem.cpp~       
2010-05-04 14:44:01.750546670 +0300
-+++ kdenetwork-3.5.10/kopete/kopete/contactlist/kopetegroupviewitem.cpp        
2010-05-04 14:44:08.283859567 +0300
+--- kdenetwork-3.5.10/kopete/kopete/contactlist/kopetegroupviewitem.cpp~       
2005-09-10 11:20:25.000000000 +0300
++++ kdenetwork-3.5.10/kopete/kopete/contactlist/kopetegroupviewitem.cpp        
2010-05-04 18:35:52.225813306 +0300
 @@ -169,7 +169,7 @@
        // the sorting itself is rather slow. Therefore we call delayedSort, 
which tries
        // to group multiple sort requests into one.
        using namespace Kopete::UI::ListView;
--      if ( ListView::ListView *lv = dynamic_cast<ListView *>( listView() ) )
+-      if ( ListView::ListView *lv = dynamic_cast<ListView::ListView *>( 
listView() ) )
 +      if ( ListView *lv = dynamic_cast<ListView *>( listView() ) )
                lv->delayedSort();
        else
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kdenetwork/gcc45.patch?r1=1.1&r2=1.2&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to