[evolution] EWebView: Coding style cleanup
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] EWebView: Coding style cleanup
- Date: Thu, 14 Apr 2011 22:25:41 +0000 (UTC)
commit a17fe8f21beaf08ac8ac829cf8d8e78e85baa730
Author: Matthew Barnes <mbarnes redhat com>
Date: Thu Apr 14 18:25:01 2011 -0400
EWebView: Coding style cleanup
widgets/misc/e-web-view.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/widgets/misc/e-web-view.h b/widgets/misc/e-web-view.h
index 723d942..f43b8bc 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]