diff options
Diffstat (limited to 'src/pdm-dialog.c')
-rwxr-xr-x | src/pdm-dialog.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pdm-dialog.c b/src/pdm-dialog.c index e99a872bd..89876bf9b 100755 --- a/src/pdm-dialog.c +++ b/src/pdm-dialog.c @@ -907,7 +907,8 @@ show_cookies_properties (PdmDialog *dialog, GTK_DIALOG_MODAL, GTK_STOCK_CLOSE, 0, NULL); ephy_state_add_window (GTK_WIDGET (gdialog), "cookie_properties", - -1, -1, EPHY_STATE_WINDOW_SAVE_SIZE | EPHY_STATE_WINDOW_SAVE_POSITION); + -1, -1, FALSE, + EPHY_STATE_WINDOW_SAVE_SIZE | EPHY_STATE_WINDOW_SAVE_POSITION); gtk_dialog_set_has_separator (GTK_DIALOG(gdialog), FALSE); gtk_container_set_border_width (GTK_CONTAINER(gdialog), 6); |