[gnome-settings-daemon] wacom: Fix creation of eraser
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] wacom: Fix creation of eraser
- Date: Fri, 25 Nov 2011 17:04:53 +0000 (UTC)
commit a90ddfee3c8c629714a4fc178f8e435b243723dd
Author: Bastien Nocera <hadess hadess net>
Date: Fri Nov 25 14:51:41 2011 +0000
wacom: Fix creation of eraser
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 1cc2101..91e417f 100644
--- a/plugins/wacom/gsd-wacom-device.c
+++ b/plugins/wacom/gsd-wacom-device.c
@@ -314,7 +314,7 @@ gsd_wacom_device_constructor (GType type,
stylus = gsd_wacom_stylus_new (device, settings, _("Stylus"), "wacom-stylus");
} else {
settings = g_settings_new (SETTINGS_WACOM_DIR "." SETTINGS_ERASER_DIR);
- stylus = gsd_wacom_stylus_new (device, settings, NULL, NULL);
+ stylus = gsd_wacom_stylus_new (device, settings, "Eraser XXX", NULL);
}
device->priv->styli = g_list_append (NULL, stylus);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]