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