Fixed typo of "freedeskdesktop" in hal-lock name.
svn path=/trunk/; revision=1063
This commit is contained in:
parent
d1a941579a
commit
c1a51f1402
|
@ -1,3 +1,9 @@
|
||||||
|
2009-02-11 Curtis Gedak <gedakc@gmail.com>
|
||||||
|
|
||||||
|
* gparted.in: Fixed typo of "freedeskdesktop" in hal-lock name.
|
||||||
|
- Thanks to Jonas Pedersen for finding this mistake.
|
||||||
|
- Closes GParted bug #571347
|
||||||
|
|
||||||
2009-02-09 Curtis Gedak <gedakc@gmail.com>
|
2009-02-09 Curtis Gedak <gedakc@gmail.com>
|
||||||
|
|
||||||
* src/Win_GParted.cc: Fixed crash on startup with Russian language.
|
* src/Win_GParted.cc: Fixed crash on startup with Russian language.
|
||||||
|
|
|
@ -30,7 +30,7 @@ done
|
||||||
# Use hal-lock for invocation if it exists, otherwise simply run gpartedbin
|
# Use hal-lock for invocation if it exists, otherwise simply run gpartedbin
|
||||||
#
|
#
|
||||||
if test "x$HAVE_HAL_LOCK" = "xyes"; then
|
if test "x$HAVE_HAL_LOCK" = "xyes"; then
|
||||||
hal-lock --interface org.freedeskdesktop.Hal.Device.Storage --exclusive \
|
hal-lock --interface org.freedesktop.Hal.Device.Storage --exclusive \
|
||||||
--run "@installdir@/gpartedbin $*"
|
--run "@installdir@/gpartedbin $*"
|
||||||
else
|
else
|
||||||
@installdir@/gpartedbin $*
|
@installdir@/gpartedbin $*
|
||||||
|
|
Loading…
Reference in New Issue