From 39be2b7d5389829cdc5ecb7084b1cab12b4b86ea Mon Sep 17 00:00:00 2001
From: David Bordoley <bordoley@msu.edu>
Date: Mon, 28 Apr 2003 03:29:20 +0000
Subject: Save the position of windows on the screen, and checks if the
 position is

2003-04-27  David Bordoley <bordoley@msu.edu>

	* lib/ephy-state.c: (ephy_state_window_set_position),
	(ephy_state_window_save_position), (window_configure_event_cb),
	(window_state_event_cb), (ephy_state_add_window):

	Save the position of windows on the screen,
	and checks if the position is off the screen.

	* src/toolbar.c: (init_bookmarks_toolbar):

	Pass arguments to egg_toolbars_model_set_flags in the
	correct order.
---
 src/toolbar.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/toolbar.c')

diff --git a/src/toolbar.c b/src/toolbar.c
index e6c419861..6b366f956 100755
--- a/src/toolbar.c
+++ b/src/toolbar.c
@@ -344,7 +344,7 @@ init_bookmarks_toolbar (Toolbar *t)
 				 t_name);
 			egg_toolbars_model_set_flags
 				(EGG_TOOLBARS_MODEL (model),
-				 i, EGG_TB_MODEL_NOT_REMOVABLE);
+				 EGG_TB_MODEL_NOT_REMOVABLE, i);
 		}
 	}
 }
-- 
cgit