diff options
author | Owen Taylor <otaylor@src.gnome.org> | 1998-09-12 14:41:04 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-09-12 14:41:04 +0000 |
commit | fb00a59c2f6d38b46f429f9b567562cc282d04eb (patch) | |
tree | 16d434c5ef1ea94f8687e66a83176ac078fef4fe /TODO | |
parent | cb7c4d6c7fc277d68b542e991c76e3174335f068 (diff) | |
download | gdk-pixbuf-fb00a59c2f6d38b46f429f9b567562cc282d04eb.tar.gz |
at Sep 12 10:44:06 1998 Owen Taylor <otaylor@redhat.com>
* gtkfilesel.c: Maintain a list of directories like
/afs we know contain only directories, and avoid
stat'ing files in those directories. (Because
stat'ing all files in /afs is extremely expensive)
To support automounters, try to open directories,
even if we couldn't find them when reading their
parent directory.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -39,6 +39,8 @@ Bugs: * Expose events aren't being generated correctly for DND demo + * MappingNotify events produce warnings. + Additions: * implement keyboard navigation in menus @@ -272,4 +274,4 @@ Text/Edit widget: - "changed" emitted when doing deletes on empty Text widget. - - Delete IC in editable->unrealize, not editable->finalize?
\ No newline at end of file + - Delete IC in editable->unrealize, not editable->finalize? |