GNOME Bugzilla – Bug 668231
wacom: Fix nav label's maximum page number
Last modified: 2012-01-20 12:55:27 UTC
When multiple tablets are connected to a system the navigation button's label reports the incorrect maximum number. For example, if three tablets are connected, the three pages are reported as "1 of 2", "2 of 2", and "3 of 2".
Created attachment 205595 [details] [review] wacom: Fix nav label's maximum page number The label "X of Y" pages is incorrect when multiple tablets are plugged in, with Y being one too small. The "num_pages" variable is already decremented if necessary on line 70, making the ternary excessive.
Attachment 205595 [details] pushed as f2e9b90 - wacom: Fix nav label's maximum page number