aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/e-mail-formatter-text-html.c
diff options
context:
space:
mode:
Diffstat (limited to 'em-format/e-mail-formatter-text-html.c')
-rw-r--r--em-format/e-mail-formatter-text-html.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/em-format/e-mail-formatter-text-html.c b/em-format/e-mail-formatter-text-html.c
index 8b7453f36c..c3b190fea2 100644
--- a/em-format/e-mail-formatter-text-html.c
+++ b/em-format/e-mail-formatter-text-html.c
@@ -336,19 +336,13 @@ emfe_text_html_format (EMailFormatterExtension *extension,
return TRUE;
}
-static const gchar *
-emfe_text_html_get_description (EMailFormatterExtension *extension)
-{
- return _("Format part as HTML");
-}
-
static void
e_mail_formatter_text_html_class_init (EMailFormatterExtensionClass *class)
{
class->display_name = _("HTML");
+ class->description = _("Format part as HTML");
class->mime_types = formatter_mime_types;
class->format = emfe_text_html_format;
- class->get_description = emfe_text_html_get_description;
}
static void