https://bugs.kde.org/show_bug.cgi?id=265096
Ralf Becker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |RalfBecker@outdoor-training | |.de --- Comment #6 from Ralf Becker <RalfBecker outdoor-training de> 2011-06-13 11:15:09 --- Hi Grégory, this should be fixed with r35280-2 in all EGroupware branches in SVN, with the following fix: Index: inc/class.groupdav.inc.php =================================================================== --- inc/class.groupdav.inc.php (Revision 35281) +++ inc/class.groupdav.inc.php (Arbeitskopie) @@ -134,6 +134,7 @@ { case 'kde': // KAddressbook (at least in 3.5 can NOT subscribe / does NOT find addressbook) $this->client_require_href_as_url = true; + $this->cnrnd = true; // Akonadi seems to require redundant namespaces, see KDE bug #265096 https://bugs.kde.org/show_bug.cgi?id=265096 break; case 'cfnetwork': // Apple addressbook app case 'dataaccess': // iPhone addressbook Fix will be part of tomorrows daily 1.8 snapshot and the next maintenance release. Ralf -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
