Crabtree/SmartHome/UI/SimpleControl/Phone/Room/UserRooms.cs
@@ -64,7 +64,7 @@
            Action action = () => {
                UserMiddle.ShowRoomsView ();
            };
            ItemButton.MouseUpEventHandler +=(sender, e) => {
                AddOrUpdateRoom (action);
            };