diff options
Diffstat (limited to 'src/window-commands.c')
-rw-r--r-- | src/window-commands.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/window-commands.c b/src/window-commands.c index 1647d8fd2..727429106 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -711,7 +711,8 @@ window_cmd_edit_toolbar (EggAction *action, G_CALLBACK (toolbar_editor_response_cb), NULL); ephy_state_add_window (dialog, "toolbar_editor", - 500, 330); + 500, 330, + EPHY_STATE_WINDOW_SAVE_SIZE); gtk_widget_show (dialog); egg_editable_toolbar_set_edit_mode (EGG_EDITABLE_TOOLBAR (t), TRUE); |