Crabtree/SmartHome/UI/SimpleControl/Phone/Room/GenericDialog.cs
@@ -54,6 +54,7 @@
                Radius = 1,
                BorderWidth = 1,
                BorderColor = SkinStyle.Current.BorderColor,
            };
            dialogView.AddChidren (etDeviceName);
            etDeviceName.TextChangeEventHandler += (sender, e) => {
@@ -168,7 +169,7 @@
            try {
                foreach (var room in Room.Lists) {
                    foreach (var common in room.DeviceList) {
                        if (common.SubnetID != commonDevice.SubnetID || common.DeviceID != commonDevice.DeviceID || common.LoopID != commonDevice.LoopCount) {
                        if (common.CommonLoopID != commonDevice.CommonLoopID || common.Type != commonDevice.Type) {
                            continue;
                        }
                        common.Name = commonDevice.Name;