rev 16655 - trunk/packages/kdepim/debian/patches

Michael Meskes meskes at alioth.debian.org
Thu Jan 21 20:00:35 UTC 2010


Author: meskes
Date: 2010-01-21 20:00:23 +0000 (Thu, 21 Jan 2010)
New Revision: 16655

Modified:
   trunk/packages/kdepim/debian/patches/01_slox_fix.diff
Log:
Update Tobias' patch to fix just another problem.



Modified: trunk/packages/kdepim/debian/patches/01_slox_fix.diff
===================================================================
--- trunk/packages/kdepim/debian/patches/01_slox_fix.diff	2010-01-21 17:26:23 UTC (rev 16654)
+++ trunk/packages/kdepim/debian/patches/01_slox_fix.diff	2010-01-21 20:00:23 UTC (rev 16655)
@@ -155,3 +155,14 @@
      WebdavHandler::addSloxElement( this, doc, prop, "method", "DELETE" );
    }
  
+diff --exclude debian -ruN kdepim-4.3.2/kresources/slox/sloxaccounts.cpp ../kdepim-4.3.2/kresources/slox/sloxaccounts.cpp
+--- kdepim-4.3.2/kresources/slox/sloxaccounts.cpp	2009-06-23 13:15:33.000000000 +0200
++++ ../kdepim-4.3.2/kresources/slox/sloxaccounts.cpp	2009-11-27 13:51:26.000000000 +0100
+@@ -212,6 +212,7 @@
+       QString value = e.text();
+       if ( tag == "uid" ) id = value;
+       else if ( tag == "mail" ) a.insertEmail( value, true );
++      else if ( tag == "email1" ) a.insertEmail( value, true ); // for OX
+       else if ( tag == "forename" ) a.setGivenName( value );
+       else if ( tag == "surename" ) a.setFamilyName( value );
+     }




More information about the pkg-kde-commits mailing list