aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-03-03 01:15:17 +0800
committerChristian Persch <chpe@src.gnome.org>2004-03-03 01:15:17 +0800
commit853902273b645bd4f3776e3283365d10abee6de6 (patch)
tree2a020028addd1a431107b2d8f192369e4dc164db
parent9dd3ec59aa5060a32662bff26fdb6961143b8c38 (diff)
downloadgsoc2013-epiphany-853902273b645bd4f3776e3283365d10abee6de6.tar
gsoc2013-epiphany-853902273b645bd4f3776e3283365d10abee6de6.tar.gz
gsoc2013-epiphany-853902273b645bd4f3776e3283365d10abee6de6.tar.bz2
gsoc2013-epiphany-853902273b645bd4f3776e3283365d10abee6de6.tar.lz
gsoc2013-epiphany-853902273b645bd4f3776e3283365d10abee6de6.tar.xz
gsoc2013-epiphany-853902273b645bd4f3776e3283365d10abee6de6.tar.zst
gsoc2013-epiphany-853902273b645bd4f3776e3283365d10abee6de6.zip
Don't remember the size of the filechoose dialogue, because it doesn't
2004-03-02 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-file-chooser.c: (ephy_file_chooser_init): Don't remember the size of the filechoose dialogue, because it doesn't play nicely with the new save mode when toggling the expander. Fixes bug #135947.
-rw-r--r--ChangeLog8
-rw-r--r--lib/ephy-file-chooser.c5
2 files changed, 8 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index bc50b1862..28dd1ceb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-03-02 Christian Persch <chpe@cvs.gnome.org>
+
+ * lib/ephy-file-chooser.c: (ephy_file_chooser_init):
+
+ Don't remember the size of the filechoose dialogue, because it doesn't
+ play nicely with the new save mode when toggling the expander.
+ Fixes bug #135947.
+
2004-03-02 Marco Pesenti Gritti <marco@gnome.org>
* src/ephy-session.c: (ephy_session_init), (offer_to_resume),
diff --git a/lib/ephy-file-chooser.c b/lib/ephy-file-chooser.c
index 15c764d48..c3baec5ec 100644
--- a/lib/ephy-file-chooser.c
+++ b/lib/ephy-file-chooser.c
@@ -99,11 +99,6 @@ ephy_file_chooser_init (EphyFileChooser *dialog)
dialog->priv = EPHY_FILE_CHOOSER_GET_PRIVATE (dialog);
dialog->priv->persist_key = NULL;
-
- ephy_state_add_window (GTK_WIDGET (dialog), "file_chooser",
- -1,-1,
- EPHY_STATE_WINDOW_SAVE_SIZE |
- EPHY_STATE_WINDOW_SAVE_POSITION);
}
static void