diff src/audacious/ui_fileinfo.c @ 4266:2b7a74fce100

Implemented support for multiple subplugins inside a plugin (see bug #148) and PluginHeader finalization
author stefano@zanga
date Sun, 10 Feb 2008 12:31:44 +0100
parents 708b5473f8d6
children 35d5b1b8aa1e
line wrap: on
line diff
--- a/src/audacious/ui_fileinfo.c	Sun Feb 10 10:40:51 2008 +0100
+++ b/src/audacious/ui_fileinfo.c	Sun Feb 10 12:31:44 2008 +0100
@@ -357,7 +357,8 @@
 
             set_field_int_from_entry(tuple, FIELD_YEAR, entry_year);
             set_field_int_from_entry(tuple, FIELD_TRACK_NUMBER, entry_track);
-                
+
+            plugin_set_current((Plugin *)current_ip);
             if (current_ip->update_song_tuple(tuple, fd)) {
                 message_update_successfull();
                 something_changed = FALSE;