GNOME Bugzilla – Bug 333346
Crash when scrolling right with mouse
Last modified: 2006-03-06 21:41:09 UTC
If I scroll right with my touchpad the workspace switcher does not stop at the right side, but will go one further. This crashes wnck-applet.
Created attachment 60629 [details] [review] patch to fix this index is 0 based, while n_workspaces is 1 based. So subtract 1 from n_workspaces.
Fixed in HEAD.