diff options
author | John Sullivan <sullivan@src.gnome.org> | 2000-04-10 18:13:00 +0000 |
---|---|---|
committer | John Sullivan <sullivan@src.gnome.org> | 2000-04-10 18:13:00 +0000 |
commit | f193a5adc6c8664fa2bfe2ce3d45fc25098df3b2 (patch) | |
tree | e5ba031cdf604b65537f2f1e2cfe00a4d9b1a399 /ChangeLog-20000414 | |
parent | 4d1df7f3211daa20bf952329734501a82955e122 (diff) | |
download | nautilus-f193a5adc6c8664fa2bfe2ce3d45fc25098df3b2.tar.gz |
Fixed bug 377 (clipping emblems in list view looks bad
and loses information)
* libnautilus/nautilus-list.c:
(draw_row): Made it draw the ellipsis character if there's
not enough room to show all emblems.
Diffstat (limited to 'ChangeLog-20000414')
-rw-r--r-- | ChangeLog-20000414 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog-20000414 b/ChangeLog-20000414 index 39cc57bd4..918653df2 100644 --- a/ChangeLog-20000414 +++ b/ChangeLog-20000414 @@ -1,5 +1,14 @@ 2000-04-10 John Sullivan <sullivan@eazel.com> + Fixed bug 377 (clipping emblems in list view looks bad + and loses information) + + * libnautilus/nautilus-list.c: + (draw_row): Made it draw the ellipsis character if there's + not enough room to show all emblems. + +2000-04-10 John Sullivan <sullivan@eazel.com> + * libnautilus/nautilus-list.c: (nautilus_list_initialize_class), (nautilus_list_initialize), (select_or_unselect_row_callback), (emit_selection_changed), |