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

Jannis Pohlmann noreply at xfce.org
Sun Jul 25 19:44:19 CEST 2010


Updating branch refs/heads/jannis/port-to-udev
         to 1e50062cee660551c1c2759baf00dfd8aecc07f3 (commit)
       from 1a6787121c8fe4cb15f87b6be066d07721aee66f (commit)

commit 1e50062cee660551c1c2759baf00dfd8aecc07f3
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