wacom: Hide tracking mode for screen tablets

This commit is contained in:
Bastien Nocera 2012-01-26 16:09:35 +00:00
parent 67d2e6d4a0
commit 740cd38fa5

View file

@ -465,8 +465,10 @@ cc_wacom_page_new (GsdWacomDevice *stylus,
}
/* Calibration for screen tablets */
if (gsd_wacom_device_is_screen_tablet (stylus) == TRUE) {
if (gsd_wacom_device_is_screen_tablet (stylus) != FALSE) {
gtk_widget_show (WID ("button-calibrate"));
gtk_widget_hide (WID ("combo-tabletmode"));
gtk_widget_hide (WID ("label-trackingmode"));
}
/* Tablet icon */