aboutsummaryrefslogtreecommitdiffstats
path: root/modules/vcard-inline/evolution-module-vcard-inline.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-05-20 00:14:58 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-05-20 01:07:21 +0800
commit0b4e7ec091c8bbe65dc2f2afd7da78b04da7c274 (patch)
tree1447c48550448a90af0d293848395b3a65eb1a32 /modules/vcard-inline/evolution-module-vcard-inline.c
parente67ca727d4130585f4dcf4c71fff0e52e6b6e396 (diff)
downloadgsoc2013-evolution-0b4e7ec091c8bbe65dc2f2afd7da78b04da7c274.tar
gsoc2013-evolution-0b4e7ec091c8bbe65dc2f2afd7da78b04da7c274.tar.gz
gsoc2013-evolution-0b4e7ec091c8bbe65dc2f2afd7da78b04da7c274.tar.bz2
gsoc2013-evolution-0b4e7ec091c8bbe65dc2f2afd7da78b04da7c274.tar.lz
gsoc2013-evolution-0b4e7ec091c8bbe65dc2f2afd7da78b04da7c274.tar.xz
gsoc2013-evolution-0b4e7ec091c8bbe65dc2f2afd7da78b04da7c274.tar.zst
gsoc2013-evolution-0b4e7ec091c8bbe65dc2f2afd7da78b04da7c274.zip
Rename EMailFormatterVCardInline to EMailFormatterVCard.
Diffstat (limited to 'modules/vcard-inline/evolution-module-vcard-inline.c')
-rw-r--r--modules/vcard-inline/evolution-module-vcard-inline.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/vcard-inline/evolution-module-vcard-inline.c b/modules/vcard-inline/evolution-module-vcard-inline.c
index 5173833615..abf4d36c97 100644
--- a/modules/vcard-inline/evolution-module-vcard-inline.c
+++ b/modules/vcard-inline/evolution-module-vcard-inline.c
@@ -16,7 +16,7 @@
*
*/
-#include "e-mail-formatter-vcard-inline.h"
+#include "e-mail-formatter-vcard.h"
#include "e-mail-parser-vcard.h"
#include <gmodule.h>
@@ -28,7 +28,7 @@ const gchar * g_module_check_init (GModule *module);
G_MODULE_EXPORT void
e_module_load (GTypeModule *type_module)
{
- e_mail_formatter_vcard_inline_type_register (type_module);
+ e_mail_formatter_vcard_type_register (type_module);
e_mail_parser_vcard_type_register (type_module);
}