From d6fd193f8f4487a10a3fbde7a5fff0bd21c54b21 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 27 Apr 2010 16:31:05 +0200 Subject: Bug #610495 - Plugins should define e_plugin_lib_enable --- plugins/addressbook-file/addressbook-file.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'plugins/addressbook-file') diff --git a/plugins/addressbook-file/addressbook-file.c b/plugins/addressbook-file/addressbook-file.c index 2168d324cc..0adcf9a701 100644 --- a/plugins/addressbook-file/addressbook-file.c +++ b/plugins/addressbook-file/addressbook-file.c @@ -25,6 +25,14 @@ #include #include +gint e_plugin_lib_enable (EPlugin *ep, gint enable); + +gint +e_plugin_lib_enable (EPlugin *ep, gint enable) +{ + return 0; +} + GtkWidget *e_book_file_dummy (EPlugin *epl, EConfigHookItemFactoryData *data); GtkWidget * -- cgit v1.2.3