Changeset 2512

Show
Ignore:
Timestamp:
09/02/07 18:36:36 (1 year ago)
Author:
dgollub
Message:

Run the kdepim-sync as seperated process to get kdepim-sync working
within KitchenSync? and other GUIs ...

For further details why this is needed see:
http://www.opensync.org/wiki/IPC

Sorry - this is going to break kdepim-sync as well.. since there is
still a problem with stopping the process in OpenSync? itself.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/kdepim/src/kdepim_sync.cpp

    r2277 r2512  
    111111        osync_plugin_set_description(plugin, "Plugin for the KDE 3.5 Desktop"); 
    112112        osync_plugin_set_config_type(plugin, OSYNC_PLUGIN_NO_CONFIGURATION); 
     113        osync_plugin_set_start_type(plugin, OSYNC_START_TYPE_PROCESS);  
    113114 
    114115        osync_plugin_set_initialize(plugin, kde_initialize);