From 5868173118fc790b7371a4bac8511358db7438bd Mon Sep 17 00:00:00 2001 From: David Bordoley Date: Thu, 24 Apr 2003 03:51:26 +0000 Subject: Always save a page's content if there i content to be saved. Remove the 2003-04-23 David Bordoley * embed/ephy-embed-single.c: (ephy_embed_single_show_file_picker): * embed/ephy-embed-single.h: * embed/ephy-embed-utils.c: (ephy_embed_utils_save): * embed/ephy-embed-utils.h: * embed/mozilla/FilePicker.cpp: (GFilePicker::GFilePicker), (GFilePicker::Show), (GFilePicker::HandleFilePickerR): * embed/mozilla/FilePicker.h: * embed/mozilla/mozilla-embed-persist.cpp: (impl_save): * embed/mozilla/mozilla-embed-single.cpp: (impl_show_file_picker): * src/window-commands.c: (window_cmd_file_open): Always save a page's content if there i content to be saved. Remove the checkbox from the save as dialog. Patch from Christian Persch --- src/window-commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/window-commands.c b/src/window-commands.c index 07efcdf6d..246d79337 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -309,7 +309,7 @@ window_cmd_file_open (EggAction *action, (single, wmain, _("Select the file to open"), dir, NULL, modeOpen, - &file, NULL, NULL, NULL); + &file, NULL, NULL); if (result == G_OK) { -- cgit v1.2.3