From 85191346b3ad21b9830952905411ab16a1dbaa07 Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Tue, 6 May 2008 22:54:43 +0000 Subject: [PATCH] Fixed problem with command line devices being ignored svn path=/trunk/; revision=846 --- ChangeLog | 3 +++ gparted.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9546cad0..c11ab7cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-05-06 Curtis Gedak + * gparted.in: Fixed problem with command line devices being ignored + - This problem was introduced in version 0.3.7 + * configure.in: Append -svn to version for continuing development 2008-04-29 Curtis Gedak diff --git a/gparted.in b/gparted.in index 67da549d..bc9244cc 100755 --- a/gparted.in +++ b/gparted.in @@ -20,4 +20,4 @@ # hal-lock --interface org.freedeskdesktop.Hal.Device.Storage --exclusive \ - --run @installdir@/gpartedbin $* + --run "@installdir@/gpartedbin $*"