Fixed problem with command line devices being ignored

svn path=/trunk/; revision=846
This commit is contained in:
Curtis Gedak 2008-05-06 22:54:43 +00:00
parent a52f62bf46
commit 85191346b3
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2008-05-06 Curtis Gedak <gedakc@gmail.com>
* 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 <gedakc@gmail.com>

View file

@ -20,4 +20,4 @@
#
hal-lock --interface org.freedeskdesktop.Hal.Device.Storage --exclusive \
--run @installdir@/gpartedbin $*
--run "@installdir@/gpartedbin $*"