[yast-commit] r51720 - /branches/SuSE-SLE-10-SP3-Branch/bootloader/src/generic/section_type_widget.ycp
![](https://seccdn.libravatar.org/avatar/570441dbe0ba09d4bd932769f5448482.jpg?s=120&d=mm&r=g)
Author: juhliarik Date: Wed Oct 1 10:05:06 2008 New Revision: 51720 URL: http://svn.opensuse.org/viewcvs/yast?rev=51720&view=rev Log: added fix for cloning sections bnc #429525 Modified: branches/SuSE-SLE-10-SP3-Branch/bootloader/src/generic/section_type_widget.ycp Modified: branches/SuSE-SLE-10-SP3-Branch/bootloader/src/generic/section_type_widget.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/bootloa... ============================================================================== --- branches/SuSE-SLE-10-SP3-Branch/bootloader/src/generic/section_type_widget.ycp (original) +++ branches/SuSE-SLE-10-SP3-Branch/bootloader/src/generic/section_type_widget.ycp Wed Oct 1 10:05:06 2008 @@ -66,8 +66,9 @@ else { BootCommon::current_section["name"] = ""; - BootCommon::current_section["original_name"] = ""; + // BootCommon::current_section["original_name"] = ""; BootCommon::current_section["__auto"] = false; + BootCommon::current_section["lines_cache_id"] = ""; } return nil; } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
juhliarik@svn.opensuse.org