Author: abauer
Date: 2005-03-31 17:04:24 +0200 (Thu, 31 Mar 2005)
New Revision: 428
Modified:
plugins/kdepim/src/kdepim_sync.cpp
Log:
Changed the default configuration type of the kdepim
plugin to NO_CONFIGURATION
Modified: plugins/kdepim/src/kdepim_sync.cpp
===================================================================
--- plugins/kdepim/src/kdepim_sync.cpp 2005-03-31 14:04:12 UTC (rev 427)
+++ plugins/kdepim/src/kdepim_sync.cpp 2005-03-31 15:04:24 UTC (rev 428)
@@ -189,7 +189,7 @@
info->name = "kdepim";
/*FIXME: i18n */
info->description = "Plugin for the KDEPIM on KDE 3.x";
- info->has_configuration = FALSE;
+ info->config_type = NO_CONFIGURATION;
info->functions.initialize = kde_initialize;
info->functions.connect = kde_connect;
|