diff options
Diffstat (limited to 'mail/em-composer-utils.c')
-rw-r--r-- | mail/em-composer-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-composer-utils.c b/mail/em-composer-utils.c index afa7e28c18..df3e1bf92b 100644 --- a/mail/em-composer-utils.c +++ b/mail/em-composer-utils.c @@ -1048,7 +1048,7 @@ em_utils_composer_print_cb (EMsgComposer *composer, /* as long as EMsgComposer uses GtkHTML, use its routine for printing; * this conditional compile is here rather to not forget to fix this * once the WebKit-based composer will land */ -#if defined(GTK_TYPE_HTML) +#if 0 /* defined(GTK_TYPE_HTML) */ EWebViewGtkHTML *gtkhtml_web_view; GtkPrintOperation *operation; GError *error = NULL; |