[Xfce4-commits] <thunar-volman:jannis/port-to-udev> Fix typo spotted by Linoel Le Folgoc.

Jannis Pohlmann noreply at xfce.org
Wed Jul 21 11:56:01 CEST 2010


Updating branch refs/heads/jannis/port-to-udev
         to 6c536e3f624854eba11ba314a154cb1d3f493ebc (commit)
       from 089375d4c53d5fd66c7587470aa1f712416a92a2 (commit)

commit 6c536e3f624854eba11ba314a154cb1d3f493ebc
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Wed Jul 21 11:54:15 2010 +0200

    Fix typo spotted by Linoel Le Folgoc.

 thunar-volman/tvm-input-device.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/thunar-volman/tvm-input-device.c b/thunar-volman/tvm-input-device.c
index 3be0721..2747be1 100644
--- a/thunar-volman/tvm-input-device.c
+++ b/thunar-volman/tvm-input-device.c
@@ -64,7 +64,7 @@ tvm_input_device_added (TvmContext *context)
     {
       /* we have a wacom tablet */
       enabled_property = "/autotablet/enabled";
-      command_property = "/autotabled/command";
+      command_property = "/autotablet/command";
     }
   else if (g_strcmp0 (id_class, "mouse") == 0)
     {



More information about the Xfce4-commits mailing list