From 275cf046cf4927e3e82a0c83c087be4ed6456005 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Fri, 30 Jan 2004 18:02:44 +0000 Subject: Fix #129872, based on a patch by Jan Arne Petersen 2004-01-30 Federico Mena Quintero Fix #129872, based on a patch by Jan Arne Petersen * gtk/gtkfilesystemunix.c (gtk_file_system_unix_list_bookmarks): Implement. (gtk_file_system_unix_add_bookmark): Implement. (gtk_file_system_unix_remove_bookmark): Implement. 2004-01-29 Federico Mena Quintero Fixes #132693. * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_parent): Don't use filename_from_path(). Also, check that the filename is absolute. (gtk_file_system_unix_get_folder): Likewise. (gtk_file_system_unix_create_folder): Likewise. (gtk_file_system_unix_make_path): Likewise. (gtk_file_system_unix_parse): Likewise. (gtk_file_folder_unix_get_info): Likewise. (filename_from_path): Removed. --- gtk/gtkfilechooserdialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkfilechooserdialog.c') diff --git a/gtk/gtkfilechooserdialog.c b/gtk/gtkfilechooserdialog.c index 91b09fd8b2..2067f076e2 100644 --- a/gtk/gtkfilechooserdialog.c +++ b/gtk/gtkfilechooserdialog.c @@ -148,7 +148,7 @@ gtk_file_chooser_dialog_constructor (GType type, g_signal_connect (priv->widget, "file-activated", G_CALLBACK (file_chooser_widget_file_activated), object); - + gtk_box_pack_start (GTK_BOX (GTK_DIALOG (object)->vbox), priv->widget, TRUE, TRUE, 0); gtk_widget_show (priv->widget); -- cgit v1.2.1