summaryrefslogtreecommitdiffstats
path: root/www/epiphany/files/extra-patch-embed_ephy-embed-prefs.c
diff options
context:
space:
mode:
Diffstat (limited to 'www/epiphany/files/extra-patch-embed_ephy-embed-prefs.c')
-rw-r--r--www/epiphany/files/extra-patch-embed_ephy-embed-prefs.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/epiphany/files/extra-patch-embed_ephy-embed-prefs.c b/www/epiphany/files/extra-patch-embed_ephy-embed-prefs.c
new file mode 100644
index 000000000..f9fbb6a13
--- /dev/null
+++ b/www/epiphany/files/extra-patch-embed_ephy-embed-prefs.c
@@ -0,0 +1,12 @@
+--- embed/ephy-embed-prefs.c.orig 2009-10-25 16:18:24.000000000 -0400
++++ embed/ephy-embed-prefs.c 2009-10-25 16:19:05.000000000 -0400
+@@ -250,6 +250,9 @@ ephy_embed_prefs_init (void)
+ /* Hardcoded settings */
+ g_object_set (settings, "auto-shrink-images", FALSE, NULL);
+
++ /* Enable spell-check by default */
++ g_object_set (settings, "enable-spell-checking", TRUE, NULL);
++
+ /* Connections */
+ connections = g_malloc (sizeof (guint) * G_N_ELEMENTS (webkit_pref_entries));
+