[yast-commit] r60447 - /trunk/storage/storage/src/include/ep-hd.ycp
Author: aschnell Date: Tue Jan 19 14:09:05 2010 New Revision: 60447 URL: http://svn.opensuse.org/viewcvs/yast?rev=60447&view=rev Log: - fixed Add button in dialog showing partitions Modified: trunk/storage/storage/src/include/ep-hd.ycp Modified: trunk/storage/storage/src/include/ep-hd.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/include/ep-hd.ycp?rev=60447&r1=60446&r2=60447&view=diff ============================================================================== --- trunk/storage/storage/src/include/ep-hd.ycp (original) +++ trunk/storage/storage/src/include/ep-hd.ycp Tue Jan 19 14:09:05 2010 @@ -90,12 +90,7 @@ switch (Event::IsWidgetActivated(event)) { case `add: - if (is_disk) - EpCreatePartition(disk_device); - else - // error popup - Popup::Error(_("Select a hard disks, BIOS RAIDs or multipath -devices to add a partition.")); + EpCreatePartition(disk_device); break; case `edit: -- 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