From 198f65cb8ab59da63c51434b920336ef1b134c8a Mon Sep 17 00:00:00 2001 From: Olivier Fourdan <fourdan.olivier@wanadoo.fr> Date: Wed, 21 Dec 2005 21:22:13 +0000 Subject: [PATCH] Do not save the options when initiating the plugin to save some startup time. (Old svn revision: 19110) --- mcs-plugin/xfwm4_plugin.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mcs-plugin/xfwm4_plugin.c b/mcs-plugin/xfwm4_plugin.c index bb832e809..6c30de99b 100644 --- a/mcs-plugin/xfwm4_plugin.c +++ b/mcs-plugin/xfwm4_plugin.c @@ -2212,7 +2212,10 @@ xfwm4_create_channel (McsPlugin * mcs_plugin) mcs_manager_set_string (mcs_plugin->manager, "Xfwm/KeyThemeName", CHANNEL2, current_key_theme); } +#if 0 + /* I fail to see why we need to save the options here, during startup... */ write_options (mcs_plugin); +#endif } gboolean -- GitLab