diff options
author | Federico Mena Quintero <federico@ximian.com> | 2004-03-15 05:42:51 +0000 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2004-03-15 05:42:51 +0000 |
commit | 084bb2fe391b4117aed6903b46840f334e53a51a (patch) | |
tree | 9ad443b086f3b9c24133a034322ce6b654437255 /ChangeLog.pre-2-4 | |
parent | 6bc9b7f5b49f3517b114db9a536f15f486a5058e (diff) | |
download | gtk+-084bb2fe391b4117aed6903b46840f334e53a51a.tar.gz |
Allow the path to be NULL, so that people can ask for information about a
2004-03-14 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkfilesystem.c (gtk_file_folder_get_info): Allow the path
to be NULL, so that people can ask for information about a
parent-less file system root (e.g. get_info (get_folder ("/"), NULL)).
* gtk/gtkfilesystemunix.c (gtk_file_folder_unix_get_info): Allow
the condition describe above.
* gtk/gtkfilechooserdefault.c (get_file_info): Allow getting
information of root paths.
* gtk/gtkpathbar.c (_gtk_path_bar_set_path): Handle root paths correctly.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index f4bd90eca8..79d21eeaef 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,17 @@ +2004-03-14 Federico Mena Quintero <federico@ximian.com> + + * gtk/gtkfilesystem.c (gtk_file_folder_get_info): Allow the path + to be NULL, so that people can ask for information about a + parent-less file system root (e.g. get_info (get_folder ("/"), NULL)). + + * gtk/gtkfilesystemunix.c (gtk_file_folder_unix_get_info): Allow + the condition describe above. + + * gtk/gtkfilechooserdefault.c (get_file_info): Allow getting + information of root paths. + + * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Handle root paths correctly. + Sun Mar 14 22:32:36 2004 Owen Taylor <otaylor@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_set_search_equal_func): Mention |