From d70fe359790fdf1441a9161b391590618d10635a Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 28 Oct 2007 14:30:43 +0000 Subject: Use -1 as tab size here svn path=/trunk/; revision=7609 --- src/ephy-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ephy-window.c b/src/ephy-window.c index 6ea3790c8..9de8feac9 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -530,8 +530,8 @@ ephy_tab_get_size (EphyEmbed *embed, int *width, int *height) { - *width = 100; - *height = 100; + *width = -1; + *height = -1; } static void -- cgit v1.2.3