diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | lib/ephy-file-chooser.c | 5 |
2 files changed, 8 insertions, 5 deletions
@@ -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 |