aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-07 23:25:07 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-07 23:39:47 +0800
commitcd76c782bdfdae2efec7ff718fcc85c5559862c2 (patch)
tree1ca61d6c8c2a8a8496e38bc02656b87d536e940b /mail
parent90cacf75ddd1eee547777935158674569417c684 (diff)
downloadgsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar
gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar.gz
gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar.bz2
gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar.lz
gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar.xz
gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar.zst
gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.zip
Miscellaneous cleanups.
Diffstat (limited to 'mail')
-rw-r--r--mail/em-composer-utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/em-composer-utils.c b/mail/em-composer-utils.c
index 5f2bd0aa54..1980ac902c 100644
--- a/mail/em-composer-utils.c
+++ b/mail/em-composer-utils.c
@@ -1008,8 +1008,8 @@ em_utils_composer_print_cb (EMsgComposer *composer,
EMailSession *session)
{
/* 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 */
+ * this conditional compile is here rather to not forget to fix this
+ * once the WebKit-based composer will land */
#if defined(GTK_TYPE_HTML)
EWebViewGtkHTML *gtkhtml_web_view;
GtkPrintOperation *operation;