diff -r 2d4ec5ab2a40 -r 5f8d275750e7 client/src/Iri.Modernisation.Controls/View/VideoViewer/VideoViewer.xaml.cs --- a/client/src/Iri.Modernisation.Controls/View/VideoViewer/VideoViewer.xaml.cs Tue Jan 05 15:53:48 2010 +0100 +++ b/client/src/Iri.Modernisation.Controls/View/VideoViewer/VideoViewer.xaml.cs Fri Jan 08 11:33:24 2010 +0100 @@ -22,6 +22,7 @@ { get { + return (String)GetValue(SourceProperty); } set @@ -48,7 +49,8 @@ Commands.GoToTime.Executed += new EventHandler(GoToTime_Executed); Commands.VideoViewer.Pause.Executed += new EventHandler(Pause_Executed); Commands.VideoViewer.Play.Executed +=new EventHandler(Play_Executed); - } + + } void VideoScreen_MediaOpened(object sender, RoutedEventArgs e) {