Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > 07e6e6201f375f7669af0a45c585a2da > files > 20

kdepim-3.5.10-1mdv2009.0.src.rpm

--- kdepim-3.5.9/kitchensync/src/configgui.cpp	2007-10-08 02:50:47.000000000 -0700
+++ kdepim-3.5.9/kitchensync/src/configgui.cpp.new	2008-03-13 16:58:56.000000000 -0700
@@ -109,6 +109,8 @@
     return new ConfigGuiMoto( member, parent );
   } else if ( name == "synce-plugin" ) {
-    return new ConfigGuiSynce( member, parent );
+    return new ConfigGuiBlank( member, parent );
+  } else if ( name == "synce-opensync-plugin" ) {
+    return new ConfigGuiBlank( member, parent );
   } else if ( name == "sunbird-sync" ) {
     return new ConfigGuiSunbird( member, parent );
   } else {
--- kdepim-3.5.9/kitchensync/src/memberinfo.cpp	2007-10-08 02:50:47.000000000 -0700
+++ kdepim-3.5.9/kitchensync/src/memberinfo.cpp.new	2008-03-13 16:57:47.000000000 -0700
@@ -66,6 +66,7 @@
     nameMap.insert( "sunbird-sync", i18n( "Sunbird Calendar" ) );
     nameMap.insert( "jescs-sync", i18n( "Java Enterprise System Calendar" ) );
-    nameMap.insert( "synce-plugin", i18n( "WinCE Devices" ) );
+    nameMap.insert( "synce-plugin", i18n( "Windows Mobile 2003 and earlier Devices" ) );
+    nameMap.insert( "synce-opensync-plugin", i18n( "Windows Mobile 5 and later Devices" ) );
   }
 
   if ( mMember.name().isEmpty() )
@@ -84,6 +85,7 @@
   if ( pluginName == "evo2-sync" ) return "evolution";
   if ( pluginName == "opie-sync" ) return "pda_blue";
   if ( pluginName == "synce-plugin" ) return "pda_blue";
+  if ( pluginName == "synce-opensync-plugin" ) return "pda_blue";
   if ( pluginName == "ldap-sync" ) return "contents2";
   if ( pluginName == "syncml-obex-client" ) return "mobile_phone";
   if ( pluginName == "syncml-http-server" ) return "pda_blue";