[gnome-control-center] wacom: Fix creation of eraser
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] wacom: Fix creation of eraser
- Date: Fri, 25 Nov 2011 17:05:08 +0000 (UTC)
commit e88ec649421de87cd5d746c7b0076c0122dc4856
Author: Bastien Nocera <hadess hadess net>
Date: Fri Nov 25 14:51:41 2011 +0000
wacom: Fix creation of eraser
panels/wacom/gsd-wacom-device.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/wacom/gsd-wacom-device.c b/panels/wacom/gsd-wacom-device.c
index 9e7f3ac..c3f8b26 100644
--- a/panels/wacom/gsd-wacom-device.c
+++ b/panels/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]