aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-web-view.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-05-13 21:15:42 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-05-13 21:15:42 +0800
commit89777f0726a0127daddd593c8a28384204cb7aaf (patch)
treeecfafdadb6e7df01e185119689dfd8bddb748dde /widgets/misc/e-web-view.c
parent26f133162d798a342fea56a79301caf0117b7d63 (diff)
downloadgsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar
gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.gz
gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.bz2
gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.lz
gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.xz
gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.tar.zst
gsoc2013-evolution-89777f0726a0127daddd593c8a28384204cb7aaf.zip
Whitespace cleanups.
Diffstat (limited to 'widgets/misc/e-web-view.c')
-rw-r--r--widgets/misc/e-web-view.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/widgets/misc/e-web-view.c b/widgets/misc/e-web-view.c
index e9288cd9b7..f58b5d44de 100644
--- a/widgets/misc/e-web-view.c
+++ b/widgets/misc/e-web-view.c
@@ -2843,7 +2843,7 @@ e_web_view_get_default_settings (void)
}
void
-e_web_view_update_fonts(EWebView *web_view)
+e_web_view_update_fonts (EWebView *web_view)
{
GString *stylesheet;
gchar *base64;
@@ -2942,7 +2942,7 @@ e_web_view_update_fonts(EWebView *web_view)
gtk_style_context_get_style (context,
"link-color", &link,
"visited-link-color", &visited,
- NULL);
+ NULL);
if (!link) {
link = g_new0 (GdkColor, 1);
@@ -2970,7 +2970,6 @@ e_web_view_update_fonts(EWebView *web_view)
if (visited)
gdk_color_free (visited);
-
base64 = g_base64_encode ((guchar *) stylesheet->str, stylesheet->len);
g_string_free (stylesheet, TRUE);
@@ -2996,7 +2995,7 @@ e_web_view_update_fonts(EWebView *web_view)
void
e_web_view_install_request_handler (EWebView *web_view,
- GType handler_type)
+ GType handler_type)
{
SoupSession *session;
SoupSessionFeature *feature;