Changeset 3644

Show
Ignore:
Timestamp:
09/08/08 12:29:40 (3 months ago)
Author:
prahal
Message:

Switch defaults from OnlyLocaltime? to UseLocatime? as per libsyncml http://libsyncml.opensync.org/changeset/632.
We ought not to forgot about switching the requirements from libsyncml 0.4.7 to 0.4.8 when releasing that s for sure.

Location:
plugins/syncml/src
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • plugins/syncml/src/syncml-http-client

    r3579 r3644  
    4848     <!-- Workaround around for mobile phones which only use local timestamps  
    4949          and _no_ UTC timestamps! --> 
    50      <DisplayName>Only local time</DisplayName> 
    51      <Name>OnlyLocaltime</Name> 
     50     <DisplayName>Use local time</DisplayName> 
     51     <Name>UseLocaltime</Name> 
    5252     <Type>bool</Type> 
    5353     <Value>0</Value> 
  • plugins/syncml/src/syncml-http-server

    r3627 r3644  
    2121     <!-- Workaround around for mobile phones which only use local timestamps  
    2222          and _no_ UTC timestamps! --> 
    23      <DisplayName>Only local time</DisplayName> 
    24      <Name>OnlyLocaltime</Name> 
     23     <DisplayName>Use local time</DisplayName> 
     24     <Name>UseLocaltime</Name> 
    2525     <Type>bool</Type> 
    2626     <Value>0</Value> 
  • plugins/syncml/src/syncml-obex-client

    r3619 r3644  
    8383     <!-- Workaround around for mobile phones which only use local timestamps  
    8484          and _no_ UTC timestamps! --> 
    85      <DisplayName>Only local time</DisplayName> 
    86      <Name>OnlyLocaltime</Name> 
     85     <DisplayName>Use local time</DisplayName> 
     86     <Name>UseLocaltime</Name> 
    8787     <Type>bool</Type> 
    8888     <Value>0</Value>