From: <fr...@us...> - 2009-01-16 05:49:49
|
Revision: 2515 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=2515&view=rev Author: framug Date: 2009-01-16 05:49:39 +0000 (Fri, 16 Jan 2009) Log Message: ----------- little cleanup Modified Paths: -------------- trunk/plugins/WebEPGfr/WebEPGfr.csproj trunk/plugins/WebEPGfr/WebEPGfrSetup.cs trunk/plugins/WebEPGfr/WebEPGfr_planification/WebEPGfr_planification.cs Modified: trunk/plugins/WebEPGfr/WebEPGfr.csproj =================================================================== --- trunk/plugins/WebEPGfr/WebEPGfr.csproj 2009-01-15 21:14:46 UTC (rev 2514) +++ trunk/plugins/WebEPGfr/WebEPGfr.csproj 2009-01-16 05:49:39 UTC (rev 2515) @@ -189,7 +189,6 @@ </Target> --> <PropertyGroup> - <PostBuildEvent> - </PostBuildEvent> + <PostBuildEvent>copy $(ProjectName).dll ..\..\..\..\MediaPortal\xbmc\bin\Release\plugins\Windows</PostBuildEvent> </PropertyGroup> </Project> \ No newline at end of file Modified: trunk/plugins/WebEPGfr/WebEPGfrSetup.cs =================================================================== --- trunk/plugins/WebEPGfr/WebEPGfrSetup.cs 2009-01-15 21:14:46 UTC (rev 2514) +++ trunk/plugins/WebEPGfr/WebEPGfrSetup.cs 2009-01-16 05:49:39 UTC (rev 2515) @@ -867,12 +867,9 @@ // recupere la position de l'item cliqu\xE9 oClickedItem = MyItem.SubItems[0].Bounds; // et Positionnement du Control -//fmu oClickedItem.X += this.liste_chaines.Left + this.liste_chaines.Columns[0].Width; oClickedItem.X += this.liste_chaines.Left + this.liste_chaines.Columns[0].Width + 3; oClickedItem.Y += this.liste_chaines.Top; -//fmu if (liste_chaines.Items.Count > 15) { oClickedItem.Width = this.liste_chaines.Columns[1].Width - 13; } -//fmu else { oClickedItem.Width = this.liste_chaines.Columns[1].Width; } - oClickedItem.Width = this.liste_chaines.Columns[1].Width; //fmu + oClickedItem.Width = this.liste_chaines.Columns[1].Width; this.cbxListKazerChannel.Bounds = oClickedItem; // Deffinition du .Text par defaut Modified: trunk/plugins/WebEPGfr/WebEPGfr_planification/WebEPGfr_planification.cs =================================================================== --- trunk/plugins/WebEPGfr/WebEPGfr_planification/WebEPGfr_planification.cs 2009-01-15 21:14:46 UTC (rev 2514) +++ trunk/plugins/WebEPGfr/WebEPGfr_planification/WebEPGfr_planification.cs 2009-01-16 05:49:39 UTC (rev 2515) @@ -138,9 +138,9 @@ Log.Info("WebEPGfr_planification.Run: lancement de l'initialisation des zones de WebEPGfr"); WebEPGfr.Initialise_zones_WebEPGfr(); Log.Info("WebEPGfr_planification.Run: initialisation des zones de WebEPGfr termin\xE9"); - //fmu download() en commentaire car, remplac\xE9 par TransportCacheFolderUnthreaded() + // download() en commentaire car, remplac\xE9 par TransportCacheFolderUnthreaded() //Log.Info("WebEPGfr_planification.Run: lancement du download de WebEPGfr"); - //fmu WebEPGfr.Download(); + // WebEPGfr.Download(); Log.Info("WebEPGfr_planification.Run: lancement de TransportCacheFolderUnthreaded"); WebEPGfr.TransportCacheFolderUnthreaded(); Log.Info("WebEPGfr_planification.Run: TransportCacheFolderUnthreaded termin\xE9"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |