aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-web-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/misc/e-web-view.h')
-rw-r--r--widgets/misc/e-web-view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/widgets/misc/e-web-view.h b/widgets/misc/e-web-view.h
index 723d942cce..f43b8bcaee 100644
--- a/widgets/misc/e-web-view.h
+++ b/widgets/misc/e-web-view.h
@@ -85,7 +85,8 @@ struct _EWebViewClass {
const gchar *status_message);
void (*stop_loading) (EWebView *web_view);
void (*update_actions) (EWebView *web_view);
- gboolean (*process_mailto) (EWebView *web_view, const gchar *mailto_uri);
+ gboolean (*process_mailto) (EWebView *web_view,
+ const gchar *mailto_uri);
};
GType e_web_view_get_type (void);