[gnome-settings-daemon] wacom: Fix typo in error message



commit a1d9ab194b3590b9acbfb0db92d0be30ad2df130
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Feb 22 12:51:53 2012 +0100

    wacom: Fix typo in error message

 plugins/wacom/gsd-wacom-device.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/wacom/gsd-wacom-device.c b/plugins/wacom/gsd-wacom-device.c
index 73def1c..e7507a2 100644
--- a/plugins/wacom/gsd-wacom-device.c
+++ b/plugins/wacom/gsd-wacom-device.c
@@ -374,7 +374,7 @@ filter_events (XEvent         *xevent,
 
 	tool_id = xdevice_get_last_tool_id (device->priv->device_id);
 	if (tool_id == -1) {
-		g_warning ("Failed to get value for changed stylus ID on device '%d", device->priv->device_id);
+		g_warning ("Failed to get value for changed stylus ID on device '%d'", device->priv->device_id);
 		return GDK_FILTER_CONTINUE;
 	}
 	gsd_wacom_device_set_current_stylus (device, tool_id);



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