setup the right plugin init function.

2004-10-21  Not Zed  <NotZed@Ximian.com>

        * prefer-plain.c (e_plugin_lib_enable): setup the right plugin
        init function.

svn path=/trunk/; revision=27676
This commit is contained in:
Not Zed
2004-10-21 12:51:48 +00:00
committed by Michael Zucci
parent b6cd458235
commit 3cc934aa59
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2004-10-21 Not Zed <NotZed@Ximian.com>
* prefer-plain.c (e_plugin_lib_enable): setup the right plugin
init function.
2004-10-20 Not Zed <NotZed@Ximian.com>
* Imported prefer-plain plugin.

View File

@ -159,10 +159,10 @@ org_gnome_prefer_plain_config_mode(struct _EPlugin *epl, struct _EConfigHookItem
return (GtkWidget *)dropdown;
}
int org_gnome_prefer_plain_enable(EPluginLib *ep, int enable);
int e_plugin_lib_enable(EPluginLib *ep, int enable);
int
org_gnome_prefer_plain_enable(EPluginLib *ep, int enable)
e_plugin_lib_enable(EPluginLib *ep, int enable)
{
char *key;
int i;