From 853902273b645bd4f3776e3283365d10abee6de6 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 2 Mar 2004 17:15:17 +0000 Subject: Don't remember the size of the filechoose dialogue, because it doesn't 2004-03-02 Christian Persch * 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. --- lib/ephy-file-chooser.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib') 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 -- cgit v1.2.3