aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html-print.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-format-html-print.h')
-rw-r--r--mail/em-format-html-print.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/em-format-html-print.h b/mail/em-format-html-print.h
index 446f93fd78..c33669651d 100644
--- a/mail/em-format-html-print.h
+++ b/mail/em-format-html-print.h
@@ -49,8 +49,11 @@ typedef struct _EMFormatHTMLPrintClass EMFormatHTMLPrintClass;
struct _EMFormatHTMLPrint {
EMFormatHTML parent;
- GtkWidget *window; /* used to realise the gtkhtml in a toplevel, i dont know why */
- EMFormatHTML *source; /* used for print_message */
+ /* Used to realize the gtkhtml in a toplevel. */
+ GtkWidget *window;
+
+ /* Used for print_message. */
+ EMFormatHTML *source;
GtkPrintOperationAction action;
};