diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-12-13 01:06:55 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-12-13 01:06:55 +0000 |
commit | 829c6708f29d27e6e63dab8f93e41ba4b15e925e (patch) | |
tree | f4df948b363529b9c9aa2e8ecd0b173ef0146fac /ChangeLog.pre-2-2 | |
parent | e4fc95abb141350e1283f620d5d5fc86ffdf627b (diff) | |
download | gdk-pixbuf-829c6708f29d27e6e63dab8f93e41ba4b15e925e.tar.gz |
Include "." and ".." in the list of entries; they are needed for correct
Thu Dec 12 19:51:45 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkfilesel.c (open_new_dir): Include "."
and ".." in the list of entries; they are needed for
correct handling of .<TAB>, ..<TAB>; were lost
with the GDir conversion. (Francisco Bustamante,
#89972)
* gtk/gtkfilesel.c (open_new_dir): If we hit
EOF unexpectedly, that's OK... a file was just
deleted while we were reading the directory.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 229c986be..040993592 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,15 @@ +Thu Dec 12 19:51:45 2002 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkfilesel.c (open_new_dir): Include "." + and ".." in the list of entries; they are needed for + correct handling of .<TAB>, ..<TAB>; were lost + with the GDir conversion. (Francisco Bustamante, + #89972) + + * gtk/gtkfilesel.c (open_new_dir): If we hit + EOF unexpectedly, that's OK... a file was just + deleted while we were reading the directory. + Thu Dec 12 18:02:34 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkmain.c (gtk_main_do_event): Intercept events |