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:
@ -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.
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user