From: <cod...@go...> - 2008-08-22 14:59:24
|
Author: M0E.lnx Date: Fri Aug 22 07:58:59 2008 New Revision: 138 Modified: branches/iVL/MdlDiskPart.module Log: - Implemented new way to embed gparted. Modified: branches/iVL/MdlDiskPart.module ============================================================================== --- branches/iVL/MdlDiskPart.module (original) +++ branches/iVL/MdlDiskPart.module Fri Aug 22 07:58:59 2008 @@ -57,9 +57,9 @@ SHELL "/usr/sbin/gparted" WAIT 1 - aHandle = Desktop.Find( LIKE "gparted") - Message(aHandle.count) - RETURN + aHandle = Desktop.Find("", "*partedbi*", "") + 'Message(aHandle.count) + 'RETURN ' ' ' ' ' ' |