diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-04-28 08:27:02 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-04-28 08:27:02 +0800 |
commit | de003c135ac993e323edcbd97f74aa28c43601f1 (patch) | |
tree | bc2686c41baaf4bb3bcfec27ebd8b28606fcd051 /plugins/templates/templates.c | |
parent | 19246e11233646675936f39f7eab5e0510a1f700 (diff) | |
download | gsoc2013-evolution-de003c135ac993e323edcbd97f74aa28c43601f1.tar.gz gsoc2013-evolution-de003c135ac993e323edcbd97f74aa28c43601f1.tar.zst gsoc2013-evolution-de003c135ac993e323edcbd97f74aa28c43601f1.zip |
Use consistent variable names for GtkUIManager
Diffstat (limited to 'plugins/templates/templates.c')
-rw-r--r-- | plugins/templates/templates.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/templates/templates.c b/plugins/templates/templates.c index 8996c7f8c1..eae87721c4 100644 --- a/plugins/templates/templates.c +++ b/plugins/templates/templates.c @@ -88,7 +88,7 @@ void org_gnome_templates_popup (EPlugin *ep, EMPopupTargetSelect *t); GtkWidget *e_plugin_lib_get_configure_widget (EPlugin *epl); -gboolean e_plugin_ui_init (GtkUIManager *manager, EMsgComposer *composer); +gboolean e_plugin_ui_init (GtkUIManager *ui_manager, EMsgComposer *composer); /* Thanks to attachment reminder plugin for this*/ @@ -715,7 +715,7 @@ static GtkActionEntry entries[] = { }; gboolean -e_plugin_ui_init (GtkUIManager *manager, +e_plugin_ui_init (GtkUIManager *ui_manager, EMsgComposer *composer) { GtkhtmlEditor *editor; |