diff options
author | Owen Taylor <otaylor@redhat.com> | 2004-03-15 06:09:40 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-03-15 06:09:40 +0000 |
commit | 2c9d190c09c179a834730d923afe26d0eb70b880 (patch) | |
tree | bf71600d67d1752e3b183563986aacb46844f69a /ChangeLog.pre-2-10 | |
parent | 084bb2fe391b4117aed6903b46840f334e53a51a (diff) | |
download | gdk-pixbuf-2c9d190c09c179a834730d923afe26d0eb70b880.tar.gz |
Implement local_only by filtering the shortcuts and bookmarks list by
Sun Mar 14 23:36:15 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkfilechooserdefault.c: Implement local_only by
filtering the shortcuts and bookmarks list by
gtk_file_system_path_to_filename (file_system, path) != NULL.
(#132894)
* gtk/gtkfilesystem.c (gtk_file_system_path_is_local): Add
a convenience function, may by interesting to push to the
file system vtable later for performance.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 79d21eeae..a9db2d1db 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,14 @@ +Sun Mar 14 23:36:15 2004 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkfilechooserdefault.c: Implement local_only by + filtering the shortcuts and bookmarks list by + gtk_file_system_path_to_filename (file_system, path) != NULL. + (#132894) + + * gtk/gtkfilesystem.c (gtk_file_system_path_is_local): Add + a convenience function, may by interesting to push to the + file system vtable later for performance. + 2004-03-14 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilesystem.c (gtk_file_folder_get_info): Allow the path |