[devhelp/webkit2] Port WebKitSettings to WebKit2
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devhelp/webkit2] Port WebKitSettings to WebKit2
- Date: Wed, 25 Jan 2012 16:10:25 +0000 (UTC)
commit 03254d0a37d63bd273b0a85a513c547485ae7a5b
Author: Carlos Garcia Campos <cgarcia igalia com>
Date: Thu Jan 19 15:25:45 2012 +0100
Port WebKitSettings to WebKit2
src/dh-util.c | 16 +++++++---------
1 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/src/dh-util.c b/src/dh-util.c
index 0447b1f..6bf919c 100644
--- a/src/dh-util.c
+++ b/src/dh-util.c
@@ -669,14 +669,13 @@ view_destroy_cb (GtkWidget *view,
static void
view_setup_fonts (WebKitWebView *view)
{
-#if 0 /* WebKit Settings */
- IgeConf *conf;
- WebKitWebSettings *settings;
- gboolean use_system_fonts;
- gchar *variable_name;
- gdouble variable_size;
- gchar *fixed_name;
- gdouble fixed_size;
+ IgeConf *conf;
+ WebKitSettings *settings;
+ gboolean use_system_fonts;
+ gchar *variable_name;
+ gdouble variable_size;
+ gchar *fixed_name;
+ gdouble fixed_size;
conf = ige_conf_get ();
@@ -701,7 +700,6 @@ view_setup_fonts (WebKitWebView *view)
g_free (variable_name);
g_free (fixed_name);
-#endif
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]