From: <sa...@us...> - 2007-02-06 17:33:18
|
Revision: 96 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=96&view=rev Author: saamand Date: 2007-02-06 09:33:03 -0800 (Tue, 06 Feb 2007) Log Message: ----------- Modified Paths: -------------- trunk/plugins/MyLyrics/My Lyrics/MyLyricsSetup.cs Modified: trunk/plugins/MyLyrics/My Lyrics/MyLyricsSetup.cs =================================================================== --- trunk/plugins/MyLyrics/My Lyrics/MyLyricsSetup.cs 2007-02-06 03:28:05 UTC (rev 95) +++ trunk/plugins/MyLyrics/My Lyrics/MyLyricsSetup.cs 2007-02-06 17:33:03 UTC (rev 96) @@ -80,7 +80,7 @@ bool m_DisregardMarkedLyric = true; int m_noOfCurrentlySearches = 0; - const int m_NoOfCurrentSearchesAllowed = 1; + const int m_NoOfCurrentSearchesAllowed = 5; int m_Limit = 100; ArrayList songs = new ArrayList(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |