[yast-commit] r60337 - in /trunk/storage: package/yast2-storage.changes storage/src/include/custom_part_lib.ycp
Author: fehr Date: Tue Jan 12 16:55:40 2010 New Revision: 60337 URL: http://svn.opensuse.org/viewcvs/yast?rev=60337&view=rev Log: do not forget user modified format options when FormatMount dialog is entered more than once (bnc #467889) Modified: trunk/storage/package/yast2-storage.changes trunk/storage/storage/src/include/custom_part_lib.ycp Modified: trunk/storage/package/yast2-storage.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/package/yast2-storage.changes?rev=60337&r1=60336&r2=60337&view=diff ============================================================================== --- trunk/storage/package/yast2-storage.changes (original) +++ trunk/storage/package/yast2-storage.changes Tue Jan 12 16:55:40 2010 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Jan 12 16:51:38 CET 2010 - fehr@suse.de + +- do not forget user modified format options when FormatMount dialog + is entered more than once (bnc #467889) + +------------------------------------------------------------------- Tue Jan 12 12:51:14 CET 2010 - aschnell@suse.de - avoid two error popups concerning swap in sequence (bnc #387242) @@ -7,7 +13,7 @@ Mon Jan 11 18:55:11 CET 2010 - fehr@suse.de - do not propose root partitions smaller than 512MB even in - desperate mode (#457092) + desperate mode (bnc #457092) ------------------------------------------------------------------- Mon Jan 11 16:11:00 CET 2010 - fehr@suse.de Modified: trunk/storage/storage/src/include/custom_part_lib.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/include/custom_part_lib.ycp?rev=60337&r1=60336&r2=60337&view=diff ============================================================================== --- trunk/storage/storage/src/include/custom_part_lib.ycp (original) +++ trunk/storage/storage/src/include/custom_part_lib.ycp Tue Jan 12 16:55:40 2010 @@ -736,9 +736,9 @@ string fstopt = FileSystems::DefaultFstabOptions( new ); if( size(fstopt)>0 && size(new["fstopt"]:"")==0 ) new["fstopt"] = fstopt; - new["fs_options"] = FileSystems::DefaultFormatOptions(new); if( !init ) { + new["fs_options"] = FileSystems::DefaultFormatOptions(new); new["fstopt"] = fstopt; integer max_len = FileSystems::LabelLength( used_fs ); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
fehr@svn.opensuse.org