From: <soa...@us...> - 2007-05-03 08:25:36
|
Revision: 370 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=370&view=rev Author: soapskyway Date: 2007-05-03 01:25:35 -0700 (Thu, 03 May 2007) Log Message: ----------- Removed Visible property because of unwanted effects. Modified Paths: -------------- trunk/plugins/VideoLAN/VideoLanPlugin.cs Modified: trunk/plugins/VideoLAN/VideoLanPlugin.cs =================================================================== --- trunk/plugins/VideoLAN/VideoLanPlugin.cs 2007-05-02 09:36:55 UTC (rev 369) +++ trunk/plugins/VideoLAN/VideoLanPlugin.cs 2007-05-03 08:25:35 UTC (rev 370) @@ -683,7 +683,7 @@ } } - public override bool Visible + /*public override bool Visible { get { @@ -703,7 +703,7 @@ vlcControl.Visible = value; } } - } + }*/ } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |