Fixed typo of "freedeskdesktop" in hal-lock name.

svn path=/trunk/; revision=1063
This commit is contained in:
Curtis Gedak 2009-02-11 22:08:30 +00:00
parent d1a941579a
commit c1a51f1402
2 changed files with 7 additions and 1 deletions

View file

@ -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>
* src/Win_GParted.cc: Fixed crash on startup with Russian language.

View file

@ -30,7 +30,7 @@ done
# Use hal-lock for invocation if it exists, otherwise simply run gpartedbin
#
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 $*"
else
@installdir@/gpartedbin $*