After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 333346 - Crash when scrolling right with mouse
Crash when scrolling right with mouse
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: workspace switcher
2.13.x
Other Linux
: Normal major
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-04 11:36 UTC by Benjamin Berg
Modified: 2006-03-06 21:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to fix this (589 bytes, patch)
2006-03-04 11:37 UTC, Benjamin Berg
none Details | Review

Description Benjamin Berg 2006-03-04 11:36:28 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.
Comment 1 Benjamin Berg 2006-03-04 11:37:53 UTC
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.
Comment 2 Vincent Untz 2006-03-06 21:41:09 UTC
Fixed in HEAD.