aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-composer-utils.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-23 22:46:41 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-23 23:00:05 +0800
commit5378787268aae9d00f2d4bd90d82559f25e23eec (patch)
treefeb338c5a1c297d3a58b3116853d50e44c1c61f3 /mail/em-composer-utils.c
parentfe652564ef101aced1e66be69017d3c5fb2ad38f (diff)
downloadgsoc2013-evolution-5378787268aae9d00f2d4bd90d82559f25e23eec.tar
gsoc2013-evolution-5378787268aae9d00f2d4bd90d82559f25e23eec.tar.gz
gsoc2013-evolution-5378787268aae9d00f2d4bd90d82559f25e23eec.tar.bz2
gsoc2013-evolution-5378787268aae9d00f2d4bd90d82559f25e23eec.tar.lz
gsoc2013-evolution-5378787268aae9d00f2d4bd90d82559f25e23eec.tar.xz
gsoc2013-evolution-5378787268aae9d00f2d4bd90d82559f25e23eec.tar.zst
gsoc2013-evolution-5378787268aae9d00f2d4bd90d82559f25e23eec.zip
Miscellaneous cleanups.
Diffstat (limited to 'mail/em-composer-utils.c')
-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 5de7dfd99f..cccd8ad71c 100644
--- a/mail/em-composer-utils.c
+++ b/mail/em-composer-utils.c
@@ -1003,8 +1003,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;