aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-history-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-history-window.c')
-rw-r--r--src/ephy-history-window.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c
index 1d8df417a..81ba3b147 100644
--- a/src/ephy-history-window.c
+++ b/src/ephy-history-window.c
@@ -34,7 +34,7 @@
#include "ephy-session.h"
#include "ephy-settings.h"
#include "ephy-shell.h"
-#include "ephy-state.h"
+#include "ephy-initial-state.h"
#include "ephy-time-helpers.h"
#include "ephy-urls-store.h"
#include "ephy-urls-view.h"
@@ -1273,13 +1273,13 @@ ephy_history_window_constructed (GObject *object)
G_CALLBACK (key_pressed_cb),
editor);
- ephy_state_add_window (GTK_WIDGET (editor),
- "history_window",
- 450, 400, FALSE,
- EPHY_STATE_WINDOW_SAVE_SIZE | EPHY_STATE_WINDOW_SAVE_POSITION);
- ephy_state_add_paned (GTK_WIDGET (hpaned),
- "history_paned",
- 130);
+ ephy_initial_state_add_window (GTK_WIDGET (editor),
+ "history_window",
+ 450, 400, FALSE,
+ EPHY_INITIAL_STATE_WINDOW_SAVE_SIZE | EPHY_INITIAL_STATE_WINDOW_SAVE_POSITION);
+ ephy_initial_state_add_paned (GTK_WIDGET (hpaned),
+ "history_paned",
+ 130);
editor->priv->cancellable = g_cancellable_new ();
filter_now (editor, TRUE, TRUE);