aboutsummaryrefslogtreecommitdiffstats
path: root/lib
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 /lib
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.
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-file-chooser.c5
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