diff options
author | Darin Adler <darin@src.gnome.org> | 2002-01-04 22:22:08 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2002-01-04 22:22:08 +0000 |
commit | f2ae2a4476ea17cd3482e7a5abd600abfbc06f13 (patch) | |
tree | 4e2b4dd2ab4796b53ca291631410025944fba330 /TODO | |
parent | ae4d6027a0aea837ccb6cfb26d54656be6433c54 (diff) | |
download | nautilus-f2ae2a4476ea17cd3482e7a5abd600abfbc06f13.tar.gz |
Fix rubberband selection when the icon view is scrolled by using the
* libnautilus-private/nautilus-icon-container.c:
(rubberband_timeout_callback): Fix rubberband selection when
the icon view is scrolled by using the bin_window.
* src/nautilus-sidebar.c: (nautilus_sidebar_destroy):
Fix one of those "double-destroy" problems.
* TODO: Formatting tweak.
* configure.in: Formatting tweak.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,8 @@ For tasks outside the porting effort, we track them as bugs in http://bugzilla.gnome.org. For the porting effort, please let darin@bentspoon.com know what you are working on. -- Make closing a window work (Bonobo fixes needed?). +- Make closing a window work without crashing (Bonobo fixes needed?). + - Port list view to GtkTreeView and then go to eel and remove EelCList, EelList, and EelListColumnTitle. - Port tree sidebar panel to GtkTreeView and then go to eel and |