diff options
author | Milan Crha <mcrha@redhat.com> | 2014-06-24 14:52:00 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2014-06-24 14:52:00 +0800 |
commit | a1f29eb3043c123dfc3da3f87f0f21c061ef0486 (patch) | |
tree | 80fc539d98b83924857cde9996313ce14dafb516 /mail/em-composer-utils.c | |
parent | 09310a054cf8e66c3da9d332909c60c8ab090452 (diff) | |
download | gsoc2013-evolution-a1f29eb3043c123dfc3da3f87f0f21c061ef0486.tar gsoc2013-evolution-a1f29eb3043c123dfc3da3f87f0f21c061ef0486.tar.gz gsoc2013-evolution-a1f29eb3043c123dfc3da3f87f0f21c061ef0486.tar.bz2 gsoc2013-evolution-a1f29eb3043c123dfc3da3f87f0f21c061ef0486.tar.lz gsoc2013-evolution-a1f29eb3043c123dfc3da3f87f0f21c061ef0486.tar.xz gsoc2013-evolution-a1f29eb3043c123dfc3da3f87f0f21c061ef0486.tar.zst gsoc2013-evolution-a1f29eb3043c123dfc3da3f87f0f21c061ef0486.zip |
Drop the last references to GtkHTML
There still left some references to GtkHTML in the "active code",
which should be dropped. There still can be found couple "GtkHTML"
strings in the code, but mostly in disabled code or comments only.
These are to be fixed separately.
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; |