[yast-commit] r60075 - /trunk/storage/storage/src/modules/StorageProposal.ycp
Author: aschnell Date: Fri Dec 11 16:24:52 2009 New Revision: 60075 URL: http://svn.opensuse.org/viewcvs/yast?rev=60075&view=rev Log: - stricter type Modified: trunk/storage/storage/src/modules/StorageProposal.ycp Modified: trunk/storage/storage/src/modules/StorageProposal.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/modules/StorageProposal.ycp?rev=60075&r1=60074&r2=60075&view=diff ============================================================================== --- trunk/storage/storage/src/modules/StorageProposal.ycp (original) +++ trunk/storage/storage/src/modules/StorageProposal.ycp Fri Dec 11 16:24:52 2009 @@ -343,7 +343,7 @@ global void flex_init_swapable(map<string, map> tg) { swapable = $[]; - list swaps = Storage::SwappingPartitions(); + list<string> swaps = Storage::SwappingPartitions(); foreach(string dev, map disk, tg, { if (disk["used_by_type"]:`UB_NONE == `UB_NONE) { -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
aschnell@svn.opensuse.org