[epiphany/tmp-gnome-2-32: 25/31] Defaults to ALL FILES on save_as dialogs
- From: Diego Escalante Urrelo <diegoe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/tmp-gnome-2-32: 25/31] Defaults to ALL FILES on save_as dialogs
- Date: Fri, 20 Aug 2010 06:14:00 +0000 (UTC)
commit a27c88a54128925d479770be7e5b80a7de18b3e4
Author: Jorge Kalmbach <kalmbach gmail com>
Date: Thu Jul 8 13:13:31 2010 -0300
Defaults to ALL FILES on save_as dialogs
Bug #601312
embed/ephy-embed-persist.c | 2 +-
src/window-commands.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/embed/ephy-embed-persist.c b/embed/ephy-embed-persist.c
index 8ee3df3..5d7a442 100644
--- a/embed/ephy-embed-persist.c
+++ b/embed/ephy-embed-persist.c
@@ -824,7 +824,7 @@ ephy_embed_persist_save (EphyEmbedPersist *persist)
window,
GTK_FILE_CHOOSER_ACTION_SAVE,
priv->persist_key,
- EPHY_FILE_FILTER_ALL_SUPPORTED);
+ EPHY_FILE_FILTER_ALL);
gtk_file_chooser_set_do_overwrite_confirmation
(GTK_FILE_CHOOSER (dialog), TRUE);
diff --git a/src/window-commands.c b/src/window-commands.c
index 0532676..7859907 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -344,7 +344,7 @@ window_cmd_file_save_as (GtkAction *action,
GTK_WIDGET (window),
GTK_FILE_CHOOSER_ACTION_SAVE,
CONF_STATE_SAVE_DIR,
- EPHY_FILE_FILTER_ALL_SUPPORTED);
+ EPHY_FILE_FILTER_ALL);
gtk_file_chooser_set_do_overwrite_confirmation (GTK_FILE_CHOOSER (dialog), TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]