aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-history-window.c
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2004-10-08 20:18:58 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2004-10-08 20:18:58 +0800
commit244b0d64db282670ab2f0d6baa49366708ad26e8 (patch)
tree1c6f8b3352d93081b40dfa2adfcdbb155e748ee1 /src/ephy-history-window.c
parent38fd32a8c0541a959537161ac7dd8737a0c86b7b (diff)
downloadgsoc2013-epiphany-244b0d64db282670ab2f0d6baa49366708ad26e8.tar
gsoc2013-epiphany-244b0d64db282670ab2f0d6baa49366708ad26e8.tar.gz
gsoc2013-epiphany-244b0d64db282670ab2f0d6baa49366708ad26e8.tar.bz2
gsoc2013-epiphany-244b0d64db282670ab2f0d6baa49366708ad26e8.tar.lz
gsoc2013-epiphany-244b0d64db282670ab2f0d6baa49366708ad26e8.tar.xz
gsoc2013-epiphany-244b0d64db282670ab2f0d6baa49366708ad26e8.tar.zst
gsoc2013-epiphany-244b0d64db282670ab2f0d6baa49366708ad26e8.zip
reviewed by: Christian Persch <chpe@cvs.gnome.org>
2004-10-08 Marco Pesenti Gritti <marco@gnome.org> reviewed by: Christian Persch <chpe@cvs.gnome.org> * lib/ephy-dialog.c: (setup_default_size): * lib/ephy-state.c: (create_window_node), (ephy_state_add_window): * lib/ephy-state.h: * src/bookmarks/ephy-bookmark-properties.c: (build_ui): * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_construct): * src/bookmarks/ephy-new-bookmark.c: (ephy_new_bookmark_construct): * src/ephy-history-window.c: (ephy_history_window_construct): * src/ephy-window.c: (ephy_window_show): * src/pdm-dialog.c: (show_cookies_properties): * src/window-commands.c: (window_cmd_edit_toolbar): Allow to set the default window state to maximize. Default to maximize for the browser window.
Diffstat (limited to 'src/ephy-history-window.c')
-rw-r--r--src/ephy-history-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c
index ba21bb048..cdf89af1a 100644
--- a/src/ephy-history-window.c
+++ b/src/ephy-history-window.c
@@ -1359,7 +1359,7 @@ ephy_history_window_construct (EphyHistoryWindow *editor)
ephy_state_add_window (GTK_WIDGET (editor),
"history_window",
- 450, 400,
+ 450, 400, FALSE,
EPHY_STATE_WINDOW_SAVE_SIZE | EPHY_STATE_WINDOW_SAVE_POSITION);
ephy_state_add_paned (GTK_WIDGET (hpaned),
"history_paned",