aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Bordoley <bordoley@msu.edu>2003-04-28 11:29:20 +0800
committerDave Bordoley <Bordoley@src.gnome.org>2003-04-28 11:29:20 +0800
commit39be2b7d5389829cdc5ecb7084b1cab12b4b86ea (patch)
tree739e26771080327b89388c4164cd2aeb95728cd1 /src
parent948ed56e6996018cd6504e0b990f24b48f4398ce (diff)
downloadgsoc2013-epiphany-39be2b7d5389829cdc5ecb7084b1cab12b4b86ea.tar
gsoc2013-epiphany-39be2b7d5389829cdc5ecb7084b1cab12b4b86ea.tar.gz
gsoc2013-epiphany-39be2b7d5389829cdc5ecb7084b1cab12b4b86ea.tar.bz2
gsoc2013-epiphany-39be2b7d5389829cdc5ecb7084b1cab12b4b86ea.tar.lz
gsoc2013-epiphany-39be2b7d5389829cdc5ecb7084b1cab12b4b86ea.tar.xz
gsoc2013-epiphany-39be2b7d5389829cdc5ecb7084b1cab12b4b86ea.tar.zst
gsoc2013-epiphany-39be2b7d5389829cdc5ecb7084b1cab12b4b86ea.zip
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.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/toolbar.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}
}