diff options
Diffstat (limited to 'src/ephy-history-window.c')
-rw-r--r-- | src/ephy-history-window.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c index 8fd0115e1..8183cda73 100644 --- a/src/ephy-history-window.c +++ b/src/ephy-history-window.c @@ -1085,7 +1085,8 @@ ephy_history_window_construct (EphyHistoryWindow *editor) ephy_state_add_window (GTK_WIDGET (editor), "history_window", - 450, 400); + 450, 400, + EPHY_STATE_WINDOW_SAVE_SIZE | EPHY_STATE_WINDOW_SAVE_POSITION); ephy_state_add_paned (GTK_WIDGET (hpaned), "history_paned", 130); |