diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | embed/ephy-embed-prefs.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 85558438d..c177e76f1 100644 --- a/configure.ac +++ b/configure.ac @@ -100,7 +100,7 @@ LIBXSLT_REQUIRED=1.1.7 LIBSTARTUP_NOTIFICATION_REQUIRED=0.5 LIBNOTIFY_REQUIRED=0.4 DBUS_GLIB_REQUIRED=0.35 -WEBKIT_GTK_REQUIRED=1.1.21 +WEBKIT_GTK_REQUIRED=1.1.22 LIBSOUP_GNOME_REQUIRED=2.29.90 GNOME_KEYRING_REQUIRED=2.26.0 diff --git a/embed/ephy-embed-prefs.c b/embed/ephy-embed-prefs.c index 382ff542f..f73deaeb8 100644 --- a/embed/ephy-embed-prefs.c +++ b/embed/ephy-embed-prefs.c @@ -456,6 +456,7 @@ ephy_embed_prefs_init (void) "enable-default-context-menu", FALSE, "enable-site-specific-quirks", TRUE, "enable-page-cache", TRUE, + "auto-resize-window", TRUE, NULL); /* Connections */ |