Index: D:/eclipse/SVN/Plugins/MusicMagic/Plugin.pm =================================================================== --- D:/eclipse/SVN/Plugins/MusicMagic/Plugin.pm (revision 4009) +++ D:/eclipse/SVN/Plugins/MusicMagic/Plugin.pm (working copy) @@ -76,7 +76,7 @@ } sub enabled { - return ($::VERSION ge '6.1') && initPlugin(); + return ($::VERSION ge '6.1'); } sub disablePlugin { Index: D:/eclipse/SVN/Plugins/iTunes.pm =================================================================== --- D:/eclipse/SVN/Plugins/iTunes.pm (revision 4009) +++ D:/eclipse/SVN/Plugins/iTunes.pm (working copy) @@ -158,7 +158,7 @@ } sub enabled { - return ($::VERSION ge '6.1') && initPlugin(); + return ($::VERSION ge '6.1'); } sub getFunctions {