diff options
author | Xan Lopez <xan@gnome.org> | 2010-02-16 21:11:19 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-02-16 21:11:19 +0800 |
commit | 0970e4f5a661e2b281431f1f960a508b90e2f61e (patch) | |
tree | a449a92ed2328a4aeada4d15db1b394e373756f8 /embed/ephy-embed-prefs.c | |
parent | f29411193492b870b31a2cb299f30261cd03b861 (diff) | |
download | gsoc2013-epiphany-0970e4f5a661e2b281431f1f960a508b90e2f61e.tar.gz gsoc2013-epiphany-0970e4f5a661e2b281431f1f960a508b90e2f61e.tar.zst gsoc2013-epiphany-0970e4f5a661e2b281431f1f960a508b90e2f61e.zip |
Enable window auto resize/move.
Bug #604991
Diffstat (limited to 'embed/ephy-embed-prefs.c')
-rw-r--r-- | embed/ephy-embed-prefs.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |