# HG changeset patch # User nenolod # Date 1150698401 25200 # Node ID 46005e4bb063e63dd94ae3298bf783347d72a654 # Parent a9aba74678fc644ebb59438712300a5fcf706a54 [svn] - this p == tuple check really fucks things up if you move back to the previous tuple after the popup has gone away diff -r a9aba74678fc -r 46005e4bb063 ChangeLog --- a/ChangeLog Sun Jun 18 23:19:46 2006 -0700 +++ b/ChangeLog Sun Jun 18 23:26:41 2006 -0700 @@ -1,3 +1,12 @@ +2006-06-19 06:19:46 +0000 William Pitcock + revision [1518] + - nemo's patch applied to fileinfo + + + Changes: Modified: + +24 -12 trunk/audacious/ui_fileinfo.c + + 2006-06-19 06:06:45 +0000 Derek Pomery revision [1516] fetch first jpeg/png in directory, hopefully is album image.. merged again, still needs fileinfo, maybe, and undoubtedly tweaking. but bedtime dammit. diff -r a9aba74678fc -r 46005e4bb063 audacious/ui_fileinfo.c --- a/audacious/ui_fileinfo.c Sun Jun 18 23:19:46 2006 -0700 +++ b/audacious/ui_fileinfo.c Sun Jun 18 23:26:41 2006 -0700 @@ -67,7 +67,6 @@ GtkWidget *fileinfo_win; GtkWidget *filepopup_win; -void *p; /* not as useful now that check on popup window is done */ gchar *cur_dir; /* only one album image per directory, no need to look again */ static void @@ -361,12 +360,6 @@ gtk_widget_realize(filepopup_win); - if (p == tuple) - { - gtk_widget_show(filepopup_win); - return; - } - filepopup_entry_set_text("label_title", tuple->track_name); filepopup_entry_set_text("label_artist", tuple->performer); filepopup_entry_set_text("label_album", tuple->album_name); @@ -405,7 +398,6 @@ } gtk_widget_show(filepopup_win); - p = tuple; } void