--- a/src/FingersDance/MainSurfaceWindow.xaml.cs Wed Sep 23 22:24:59 2009 +0200
+++ b/src/FingersDance/MainSurfaceWindow.xaml.cs Wed Sep 23 22:41:54 2009 +0200
@@ -341,7 +341,7 @@
actualGrid.Children.Add(SessionInput);
//2.5 rensegner la video choisie au screen
- ((UserControlScreen)actualGrid.Parent).Path = ((CustomListBoxItem)sender).Path;
+ ((UserControlScreen)actualGrid.Parent).Path = ((UserControlListVideo)sender).path;
//3-Creation des Events
SessionInput.EH_SurfaceButtonSubmit_ContactDown += new System.EventHandler(this.SessionInput_EH_SurfaceButtonSubmit_ContactDown);
//4-Supression du UC List Video