summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGene Z. Ragan <gzr@eazel.com>2001-02-21 22:14:00 +0000
committerGene Ragan <gzr@src.gnome.org>2001-02-21 22:14:00 +0000
commite530965dd20606415478da464fbfe53ae4c8d881 (patch)
tree4c488d3857baa5967f2345b66532d509524f592e /ChangeLog
parent0cd1997eaf07e003720b374c46e7c62f1efd1d75 (diff)
downloadnautilus-e530965dd20606415478da464fbfe53ae4c8d881.tar.gz
reviewed by: John Sullivan <sullivan@eazel.com>
2001-02-21 Gene Z. Ragan <gzr@eazel.com> reviewed by: John Sullivan <sullivan@eazel.com> Fixed bug 6465, Music view buttons stretch for songs with very long titles. * components/music/nautilus-music-view.c: (add_play_controls), (nautilus_music_view_set_album_image): Change the way that the play controls are added to the pack box so that they do not expand in strange ways or change their position when a custom image is added.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b905d91e2..ce200d3eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2001-02-21 Gene Z. Ragan <gzr@eazel.com>
+
+ reviewed by: John Sullivan <sullivan@eazel.com>
+
+ Fixed bug 6465, Music view buttons stretch for songs
+ with very long titles.
+
+ * components/music/nautilus-music-view.c: (add_play_controls),
+ (nautilus_music_view_set_album_image):
+ Change the way that the play controls are added to the pack box
+ so that they do not expand in strange ways or change their position
+ when a custom image is added.
+
2001-02-21 Darin Adler <darin@eazel.com>
reviewed by: Mike Fleming <mfleming@eazel.com>