From c1a51f140224a592f3962e5a6b2a8901ecefecb9 Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Wed, 11 Feb 2009 22:08:30 +0000 Subject: [PATCH] Fixed typo of "freedeskdesktop" in hal-lock name. svn path=/trunk/; revision=1063 --- ChangeLog | 6 ++++++ gparted.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7eddbe57..1cdbc812 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-02-11 Curtis Gedak + + * 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 * src/Win_GParted.cc: Fixed crash on startup with Russian language. diff --git a/gparted.in b/gparted.in index c61da3f5..40461b00 100755 --- a/gparted.in +++ b/gparted.in @@ -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 $*