diff options
Diffstat (limited to 'plugins/face/face.c')
-rw-r--r-- | plugins/face/face.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/face/face.c b/plugins/face/face.c index 478f7888c6..468b9273c9 100644 --- a/plugins/face/face.c +++ b/plugins/face/face.c @@ -397,12 +397,19 @@ action_toggle_face_cb (GtkToggleAction *action, EMsgComposer *composer) /* ----------------------------------------------------------------- */ +gint e_plugin_lib_enable (EPlugin *ep, gint enable); gboolean e_plugin_ui_init (GtkUIManager *ui_manager, EMsgComposer *composer); GtkWidget *e_plugin_lib_get_configure_widget (EPlugin *epl); void face_handle_send (EPlugin *ep, EMEventTargetComposer *target); /* ----------------------------------------------------------------- */ +gint +e_plugin_lib_enable (EPlugin *ep, gint enable) +{ + return 0; +} + gboolean e_plugin_ui_init (GtkUIManager *ui_manager, EMsgComposer *composer) |