[gnome-settings-daemon] wacom: Print stylus icon name in test



commit 1aefaefe55015e03203489eb1d00327929dbc0cf
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Dec 13 11:27:34 2011 +0000

    wacom: Print stylus icon name in test

 plugins/wacom/list-wacom.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plugins/wacom/list-wacom.c b/plugins/wacom/list-wacom.c
index ec08976..7675309 100644
--- a/plugins/wacom/list-wacom.c
+++ b/plugins/wacom/list-wacom.c
@@ -82,6 +82,8 @@ list_devices (GList *devices)
 				loc = get_loc (gsd_wacom_stylus_get_settings (stylus));
 				g_message ("\t\tSettings: %s", loc);
 				g_free (loc);
+
+				g_message ("\t\tIcon name: %s", gsd_wacom_stylus_get_icon_name (stylus));
 			}
 			g_list_free (styli);
 		}



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