src/FingersDance.Control.Screen/UserControlScreen.xaml.cs
changeset 156 e16c8c913c65
parent 152 46577fd0a294
child 182 25b49d4f1635
--- a/src/FingersDance.Control.Screen/UserControlScreen.xaml.cs	Fri Oct 16 02:35:11 2009 +0200
+++ b/src/FingersDance.Control.Screen/UserControlScreen.xaml.cs	Fri Oct 16 03:37:48 2009 +0200
@@ -151,7 +151,7 @@
                 MainViewModel.Session.Alias = ((UserControlSessionInput)sender).Alias;
                 MainViewModel.Session.Email = ((UserControlSessionInput)sender).Email;
                 MainViewModel.Session.Description = ((UserControlSessionInput)sender).Description;
-                MainViewModel.Session.Name = ((UserControlSessionInput)sender).Name;
+                MainViewModel.Session.Name = ((UserControlSessionInput)sender).SessionName;
                 
                 //2-Suppression UCSession Input
                 LayoutRoot.Children.Remove((UserControlSessionInput)sender);