[gnome-control-center] wacom: Hide elevator buttons until we can handle them
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] wacom: Hide elevator buttons until we can handle them
- Date: Tue, 14 Feb 2012 19:38:29 +0000 (UTC)
commit 27ea364ea7baea9361564bda4b10c991b5705852
Author: Bastien Nocera <hadess hadess net>
Date: Tue Feb 14 19:21:59 2012 +0000
wacom: Hide elevator buttons until we can handle them
panels/wacom/cc-wacom-page.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/panels/wacom/cc-wacom-page.c b/panels/wacom/cc-wacom-page.c
index 182eb5f..7956fad 100644
--- a/panels/wacom/cc-wacom-page.c
+++ b/panels/wacom/cc-wacom-page.c
@@ -485,6 +485,11 @@ setup_mapping_treeview (CcWacomPage *page)
GsdWacomTabletButton *button = l->data;
GtkTreeIter new_row;
+ /* FIXME
+ * We need to handle up/down buttons, such as the touchrings */
+ if (button->type == WACOM_TABLET_BUTTON_TYPE_ELEVATOR)
+ continue;
+
gtk_list_store_append (model, &new_row);
gtk_list_store_set (model, &new_row,
MAPPING_DESCRIPTION_COLUMN, button->name,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]