aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@src.gnome.org>2004-10-08 20:17:26 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2004-10-08 20:17:26 +0800
commita941b00f3e38353b607858eec46c210b17d2dccb (patch)
tree7b6f3f92544fd2ebcce9b43273d3f534995822d1 /src
parent51e6e076771f3b02cb6982ff2642a352a4d50add (diff)
downloadgsoc2013-epiphany-a941b00f3e38353b607858eec46c210b17d2dccb.tar
gsoc2013-epiphany-a941b00f3e38353b607858eec46c210b17d2dccb.tar.gz
gsoc2013-epiphany-a941b00f3e38353b607858eec46c210b17d2dccb.tar.bz2
gsoc2013-epiphany-a941b00f3e38353b607858eec46c210b17d2dccb.tar.lz
gsoc2013-epiphany-a941b00f3e38353b607858eec46c210b17d2dccb.tar.xz
gsoc2013-epiphany-a941b00f3e38353b607858eec46c210b17d2dccb.tar.zst
gsoc2013-epiphany-a941b00f3e38353b607858eec46c210b17d2dccb.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/bookmarks/ephy-bookmark-properties.c2
-rw-r--r--src/bookmarks/ephy-bookmarks-editor.c2
-rw-r--r--src/bookmarks/ephy-new-bookmark.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/bookmarks/ephy-bookmark-properties.c b/src/bookmarks/ephy-bookmark-properties.c
index d72482a65..53ca199e8 100644
--- a/src/bookmarks/ephy-bookmark-properties.c
+++ b/src/bookmarks/ephy-bookmark-properties.c
@@ -323,7 +323,7 @@ build_ui (EphyBookmarkProperties *editor)
ephy_state_add_window (GTK_WIDGET(editor),
"bookmark_properties",
- 290, 280,
+ 290, 280, FALSE,
EPHY_STATE_WINDOW_SAVE_SIZE);
update_window_title (editor);
diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c
index e61bd17c8..7372a1eae 100644
--- a/src/bookmarks/ephy-bookmarks-editor.c
+++ b/src/bookmarks/ephy-bookmarks-editor.c
@@ -1602,7 +1602,7 @@ ephy_bookmarks_editor_construct (EphyBookmarksEditor *editor)
ephy_state_add_window (GTK_WIDGET(editor),
"bookmarks_editor",
- 450, 400,
+ 450, 400, FALSE,
EPHY_STATE_WINDOW_SAVE_SIZE | EPHY_STATE_WINDOW_SAVE_POSITION);
ephy_state_add_paned (GTK_WIDGET (hpaned),
"bookmarks_paned",
diff --git a/src/bookmarks/ephy-new-bookmark.c b/src/bookmarks/ephy-new-bookmark.c
index d47ac6d5c..38d78c8b3 100644
--- a/src/bookmarks/ephy-new-bookmark.c
+++ b/src/bookmarks/ephy-new-bookmark.c
@@ -267,7 +267,7 @@ ephy_new_bookmark_construct (EphyNewBookmark *editor)
ephy_state_add_window (GTK_WIDGET(editor),
"new_bookmark",
- 280, 240,
+ 280, 240, FALSE,
EPHY_STATE_WINDOW_SAVE_SIZE);
gtk_window_set_title (GTK_WINDOW (editor),