aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/face/face.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2010-04-27 22:31:05 +0800
committerMilan Crha <mcrha@redhat.com>2010-04-27 22:31:05 +0800
commitd6fd193f8f4487a10a3fbde7a5fff0bd21c54b21 (patch)
tree3fb95f3f0cbeabd3690723883ac49e01b5ccb728 /plugins/face/face.c
parentbb8ce8052ef2eb6553b889086ca280431d088107 (diff)
downloadgsoc2013-evolution-d6fd193f8f4487a10a3fbde7a5fff0bd21c54b21.tar
gsoc2013-evolution-d6fd193f8f4487a10a3fbde7a5fff0bd21c54b21.tar.gz
gsoc2013-evolution-d6fd193f8f4487a10a3fbde7a5fff0bd21c54b21.tar.bz2
gsoc2013-evolution-d6fd193f8f4487a10a3fbde7a5fff0bd21c54b21.tar.lz
gsoc2013-evolution-d6fd193f8f4487a10a3fbde7a5fff0bd21c54b21.tar.xz
gsoc2013-evolution-d6fd193f8f4487a10a3fbde7a5fff0bd21c54b21.tar.zst
gsoc2013-evolution-d6fd193f8f4487a10a3fbde7a5fff0bd21c54b21.zip
Bug #610495 - Plugins should define e_plugin_lib_enable
Diffstat (limited to 'plugins/face/face.c')
-rw-r--r--plugins/face/face.c7
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)