diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-04-25 22:49:45 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-04-25 22:49:45 +0800 |
commit | dc7efb1311d23c32a76a9a8092f734223ce3207e (patch) | |
tree | d6fb1ed2382b8958b63105d99377fc63b103e1b8 /plugins/face | |
parent | e1b2b34b20b5ca3dc3cdd3bd02510735f3657db7 (diff) | |
download | gsoc2013-evolution-dc7efb1311d23c32a76a9a8092f734223ce3207e.tar.gz gsoc2013-evolution-dc7efb1311d23c32a76a9a8092f734223ce3207e.tar.zst gsoc2013-evolution-dc7efb1311d23c32a76a9a8092f734223ce3207e.zip |
Use consistent variable names for GtkUIManager
Diffstat (limited to 'plugins/face')
-rw-r--r-- | plugins/face/face.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/face/face.c b/plugins/face/face.c index ba683e91aa..ca3af16ab4 100644 --- a/plugins/face/face.c +++ b/plugins/face/face.c @@ -34,7 +34,7 @@ #define d(x) -gboolean e_plugin_ui_init (GtkUIManager *manager, +gboolean e_plugin_ui_init (GtkUIManager *ui_manager, EMsgComposer *composer); static void @@ -130,7 +130,7 @@ static GtkActionEntry entries[] = { }; gboolean -e_plugin_ui_init (GtkUIManager *manager, +e_plugin_ui_init (GtkUIManager *ui_manager, EMsgComposer *composer) { GtkhtmlEditor *editor; |