changeset 1307:63d30ae1db33 trunk

[svn] - reset the album art back to the default icon
author nenolod
date Mon, 19 Jun 2006 01:00:51 -0700
parents d44e5df149dc
children 3e4de397d062
files ChangeLog audacious/ui_fileinfo.c
diffstat 2 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Jun 18 23:58:36 2006 -0700
+++ b/ChangeLog	Mon Jun 19 01:00:51 2006 -0700
@@ -1,3 +1,12 @@
+2006-06-19 06:58:36 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [1524]
+  - not sure what all of that cur_dir stuff was, but I think somebody was smoking crack
+  
+
+  Changes:        Modified:
+  +30 -40         trunk/audacious/ui_fileinfo.c  
+
+
 2006-06-19 06:53:16 +0000  William Pitcock <nenolod@nenolod.net>
   revision [1522]
   - fix tuple building for FLAC files
--- a/audacious/ui_fileinfo.c	Sun Jun 18 23:58:36 2006 -0700
+++ b/audacious/ui_fileinfo.c	Mon Jun 19 01:00:51 2006 -0700
@@ -235,6 +235,8 @@
 	fileinfo_entry_set_text("entry_year", "");
 	fileinfo_entry_set_text("entry_track", "");
 	fileinfo_entry_set_text("entry_location", "");
+
+	fileinfo_entry_set_image("image_artwork", DATA_DIR "/images/audio.png");
 }
 
 void filepopup_hide(gpointer unused)
@@ -249,6 +251,8 @@
 	filepopup_entry_set_text("label_year", "");
 	filepopup_entry_set_text("label_length", "");
 
+	filepopup_entry_set_image("image_artwork", DATA_DIR "/images/audio.png");
+
 	gtk_window_resize(GTK_WINDOW(filepopup_win), 1, 1);
 }