From c24c8c4f38379dd0fa2bbc2d35e561c7023ec4aa Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sun, 16 Mar 2003 18:45:16 +0000 Subject: Cleanup filepicker api behavior. Put pdm buttons in a size group, to make 2003-03-16 Marco Pesenti Gritti * embed/ephy-embed-utils.c: (ephy_embed_utils_save): * embed/mozilla/mozilla-embed-single.cpp: * src/pdm-dialog.c: (group_button_allocations), (pdm_dialog_init): * src/window-commands.c: (window_cmd_file_open): Cleanup filepicker api behavior. Put pdm buttons in a size group, to make switching page smoother. (from galeon) --- embed/ephy-embed-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed/ephy-embed-utils.c') diff --git a/embed/ephy-embed-utils.c b/embed/ephy-embed-utils.c index eda05cd64..33a8935ad 100644 --- a/embed/ephy-embed-utils.c +++ b/embed/ephy-embed-utils.c @@ -160,13 +160,13 @@ ephy_embed_utils_save (GtkWidget *window, g_free (retDir); gnome_vfs_uri_unref (uri); + g_free (retPath); } g_object_unref (G_OBJECT(persist)); g_free (dirName); g_free (fileName); - g_free (retPath); } static void -- cgit v1.2.3