Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > media > main-backports-src > by-pkgid > 82c886ab01da5e78310d415e94ddc990 > files > 19

kdepim-3.5.9-9mdv2008.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 );
+  } 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-opensync-plugin", i18n( "WinCE 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";