diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-03-03 01:15:17 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-03-03 01:15:17 +0800 |
commit | 853902273b645bd4f3776e3283365d10abee6de6 (patch) | |
tree | 2a020028addd1a431107b2d8f192369e4dc164db /lib/ephy-file-chooser.c | |
parent | 9dd3ec59aa5060a32662bff26fdb6961143b8c38 (diff) | |
download | gsoc2013-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.
Diffstat (limited to 'lib/ephy-file-chooser.c')
-rw-r--r-- | lib/ephy-file-chooser.c | 5 |
1 files changed, 0 insertions, 5 deletions
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 |