diff options
Diffstat (limited to 'e-util/e-web-view-gtkhtml.c')
-rw-r--r-- | e-util/e-web-view-gtkhtml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-web-view-gtkhtml.c b/e-util/e-web-view-gtkhtml.c index 0dd6bce99b..5b6db0d504 100644 --- a/e-util/e-web-view-gtkhtml.c +++ b/e-util/e-web-view-gtkhtml.c @@ -54,7 +54,7 @@ struct _EWebViewGtkHTMLPrivate { GtkTargetList *paste_target_list; /* Lockdown Options */ - guint disable_printing : 1; + guint disable_printing : 1; guint disable_save_to_disk : 1; }; |