diff options
author | Darin Adler <darin@src.gnome.org> | 2002-01-08 23:36:59 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2002-01-08 23:36:59 +0000 |
commit | 8c8ba31c5d946742ae62e4cd1a17ab1a14ed8873 (patch) | |
tree | e883bee317b55ce02c334af58dfa665d1c9247aa /TODO | |
parent | 17bb5b71e75355fa3dc1d0f41cd11e22629c7fe1 (diff) | |
download | nautilus-8c8ba31c5d946742ae62e4cd1a17ab1a14ed8873.tar.gz |
Mention bad looking text.
* TODO: Mention bad looking text.
* libnautilus-private/nautilus-icon-container.c: (destroy),
(finalize), (nautilus_icon_container_init), (item_event_callback),
(nautilus_icon_container_clear):
Various fixes to make destroy on a NautilusIconContainer work.
* components/tree/nautilus-tree-view-dnd.c:
(nautilus_tree_view_drag_motion), (nautilus_tree_view_drag_drop),
(nautilus_tree_view_button_press),
(nautilus_tree_view_button_release),
(nautilus_tree_view_motion_notify):
* libnautilus-private/nautilus-undo-signal-handlers.c:
(editable_key_press_event):
* src/nautilus-bookmarks-window.c: (handle_close_accelerator):
Remove unneeded stop_emit-type calls, now that the signal machinery
understands that TRUE means to stop emitting in some cases.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ darin@bentspoon.com know what you are working on. - Port tree sidebar panel to GtkTreeView and then go to eel and remove EelCTree. +- Figure out why all the pangoft2-rendered text looks yucky. + Bad font choice or something? + - Visit all the GNOME2_CONVERSION_COMPLETE and fix each issue (details forthcoming) |