[gnome-settings-daemon] wacom: Make list-wacom print the tool name on stylus change



commit 034c565953f53fc213485b5626b25cf446e144e0
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Feb 20 16:19:25 2012 +0100

    wacom: Make list-wacom print the tool name on stylus change

 plugins/wacom/list-wacom.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/wacom/list-wacom.c b/plugins/wacom/list-wacom.c
index 7ebc130..861561f 100644
--- a/plugins/wacom/list-wacom.c
+++ b/plugins/wacom/list-wacom.c
@@ -165,7 +165,7 @@ last_stylus_changed (GsdWacomDevice  *device,
 	g_object_get (device, "last-stylus", &stylus, NULL);
 
 	g_print ("Stylus changed for device '%s'\n",
-		 gsd_wacom_device_get_name (device));
+		 gsd_wacom_device_get_tool_name (device));
 
 	print_stylus (stylus, TRUE);
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]