diff -r 43bb1b8ed555 -r b6df6fce6e5d client/src/Iri.Modernisation/MainPage.xaml.cs --- a/client/src/Iri.Modernisation/MainPage.xaml.cs Mon Jan 25 09:30:22 2010 +0100 +++ b/client/src/Iri.Modernisation/MainPage.xaml.cs Wed Jan 27 10:37:39 2010 +0100 @@ -30,7 +30,7 @@ FactoryVideoLivre.Load("ProjectConfig.xml"); InitializeComponent(); - MainElement.DataContext = new MainVM(new List()); + MainElement.DataContext = new MainVM(); } void xmlClient_DownloadStringCompleted(object sender, DownloadStringCompletedEventArgs e)