diff options
author | Maciej Stachowiak <mstachow@src.gnome.org> | 2000-04-07 00:23:39 +0000 |
---|---|---|
committer | Maciej Stachowiak <mstachow@src.gnome.org> | 2000-04-07 00:23:39 +0000 |
commit | c564c60240de66b06233db211360bef9dcc53745 (patch) | |
tree | 499c0e6767c0a03e7956df5d10ebe1c181f72e90 /ChangeLog-20000414 | |
parent | 1ae3a2426a4e21d7db61e5e5885cd513c68716c3 (diff) | |
download | nautilus-c564c60240de66b06233db211360bef9dcc53745.tar.gz |
Add a boolean field have_pending_uris_selected to distinguish the case
* src/file-manager/fm-directory-view.c
(notify_selection_change_cb, display_pending_files): Add a boolean
field have_pending_uris_selected to distinguish the case where we
have _no_ pending selection from the case where we have an empty
one (in both cases, the pending_uris_selected field should be
NULL).
Diffstat (limited to 'ChangeLog-20000414')
-rw-r--r-- | ChangeLog-20000414 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog-20000414 b/ChangeLog-20000414 index 0939a895f..f5a159889 100644 --- a/ChangeLog-20000414 +++ b/ChangeLog-20000414 @@ -1,3 +1,12 @@ +2000-04-06 Maciej Stachowiak <mjs@eazel.com> + + * src/file-manager/fm-directory-view.c + (notify_selection_change_cb, display_pending_files): Add a boolean + field have_pending_uris_selected to distinguish the case where we + have _no_ pending selection from the case where we have an empty + one (in both cases, the pending_uris_selected field should be + NULL). + 2000-04-06 Darin Adler <darin@eazel.com> Added the hooks needed to make metafile reading asynchronous. @@ -68,6 +77,7 @@ the configuration form if successful. Disabled the registration button unless something is typed into each field. +>>>>>>> 1.546 2000-04-05 John Sullivan <sullivan@eazel.com> Fixed bug 394 (clicking Home button segfaults) |