diff options
author | Darin Adler <darin@src.gnome.org> | 2000-12-19 21:47:03 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2000-12-19 21:47:03 +0000 |
commit | 4f3cae6a45df9b61d5d940cfb670ba8ae2c1af3e (patch) | |
tree | 47174e036db8fa26b7c0de9c65e325c80783b5f3 /check-THANKS.pl | |
parent | 5a596d5f8218901753e3e8ac24c67db9c340bc7f (diff) | |
download | nautilus-4f3cae6a45df9b61d5d940cfb670ba8ae2c1af3e.tar.gz |
reviewed by: John Sullivan <sullivan@eazel.com>
Fixed bug 2233 (proper icon not selected switching views after
rename) by re-sending selection when the selection items change
since they might have changed names.
* src/file-manager/fm-directory-view.c: (done_loading): Moved
more of the done_loading code here for clarity.
(compare_pointers), (sort_and_check_for_intersection): Added
functions that quickly find if there's an intersection in two
GLists of NautilusFile objects.
(display_pending_files): Move some of the done_loading code into a
new function, do it after processing file changes, and add code to
send out the selection if a file change comes in for any items in
the selection (in case the name changed).
(display_selection_info_idle_callback),
(update_menus_idle_callback), (display_pending_idle_callback):
Make all of these more robust by keeping the NautilusView object
in a local variable.
(display_pending_timeout_callback): Do the "ref the NautilusView"
thing in this function too.
* check-POTFILES.pl: Added support for .xml and .cpp files and
also updated special cases for directory environment variables.
* check-THANKS.pl: Added a special case and fixed some things in
the ChangeLog too to make this output fewer false positives.
Diffstat (limited to 'check-THANKS.pl')
-rwxr-xr-x | check-THANKS.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/check-THANKS.pl b/check-THANKS.pl index 7c3cdc7be..581e25125 100755 --- a/check-THANKS.pl +++ b/check-THANKS.pl @@ -41,6 +41,7 @@ my %name_map = ("Darin as Andy" => "Darin Adler", "Mike Engber" => "Michael Engber", "Pavel Cisler" => "Pavel Císler", "Pavel" => "Pavel Císler", + "Eskil Olsen" => "Eskil Heyn Olsen", "Robin Slomkowski" => "Robin * Slomkowski"); # Map from alternate email addresses of some users to canonical versions |