Fixed problem with command line devices being ignored
svn path=/trunk/; revision=846
This commit is contained in:
parent
a52f62bf46
commit
85191346b3
|
@ -1,5 +1,8 @@
|
||||||
2008-05-06 Curtis Gedak <gedakc@gmail.com>
|
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
|
* configure.in: Append -svn to version for continuing development
|
||||||
|
|
||||||
2008-04-29 Curtis Gedak <gedakc@gmail.com>
|
2008-04-29 Curtis Gedak <gedakc@gmail.com>
|
||||||
|
|
|
@ -20,4 +20,4 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
hal-lock --interface org.freedeskdesktop.Hal.Device.Storage --exclusive \
|
hal-lock --interface org.freedeskdesktop.Hal.Device.Storage --exclusive \
|
||||||
--run @installdir@/gpartedbin $*
|
--run "@installdir@/gpartedbin $*"
|
||||||
|
|
Loading…
Reference in New Issue