diff options
author | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-11-09 19:35:00 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-11-09 19:35:00 +0800 |
commit | 925b03c373fc79ccd56ab718a0ab97ab92c06115 (patch) | |
tree | 57bdcde0d7f103022ad47967c4e5956cfb0f9f40 /plugins/templates | |
parent | a610cccc0a32d48809301c35341e02822edaa612 (diff) | |
download | gsoc2013-evolution-925b03c373fc79ccd56ab718a0ab97ab92c06115.tar gsoc2013-evolution-925b03c373fc79ccd56ab718a0ab97ab92c06115.tar.gz gsoc2013-evolution-925b03c373fc79ccd56ab718a0ab97ab92c06115.tar.bz2 gsoc2013-evolution-925b03c373fc79ccd56ab718a0ab97ab92c06115.tar.lz gsoc2013-evolution-925b03c373fc79ccd56ab718a0ab97ab92c06115.tar.xz gsoc2013-evolution-925b03c373fc79ccd56ab718a0ab97ab92c06115.tar.zst gsoc2013-evolution-925b03c373fc79ccd56ab718a0ab97ab92c06115.zip |
Make it fully build
Diffstat (limited to 'plugins/templates')
-rw-r--r-- | plugins/templates/templates.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/templates/templates.c b/plugins/templates/templates.c index b3e112edb5..4010eb7d5a 100644 --- a/plugins/templates/templates.c +++ b/plugins/templates/templates.c @@ -47,7 +47,7 @@ #include <composer/e-msg-composer.h> -#define KEY_TEMPLATE_PLACEHOLDERS "template-placeholders" +#define CONF_KEY_TEMPLATE_PLACEHOLDERS "template-placeholders" typedef struct _AsyncContext AsyncContext; |