[haiku-commits] Re: r41842 - haiku/trunk/src/apps/drivesetup

  • From: "Ingo Weinhold" <ingo_weinhold@xxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 31 May 2011 00:06:39 +0200

Axel Dörfler wrote:
> korli@xxxxxxxxxxxxxxxx wrote:
> > Log:
> > Also enables the Initialize menu when the partition is also a device:
> > Hopefully should fix #7572.
> [...]
> > - && partition->CanInitialize(partitionDiskSystem.
> > PrettyName()));
> > + // Check if the current disk system allows 
> > initialization.
> > + && (partition->CanInitialize(partitionDiskSystem.
> > PrettyName())
> > + || partition->IsDevice()));
> 
> I would rather have a look why CanInitialize() doesn't return true in 
> this particular case.

Indeed. Please revert.

CU, Ingo

Other related posts: