Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.3:Update
docky
docky-mono-3.10.0.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File docky-mono-3.10.0.patch of Package docky
Index: docky-2.2.0/StandardPlugins/WorkspaceSwitcher/src/Desk.cs =================================================================== --- docky-2.2.0.orig/StandardPlugins/WorkspaceSwitcher/src/Desk.cs +++ docky-2.2.0/StandardPlugins/WorkspaceSwitcher/src/Desk.cs @@ -130,7 +130,13 @@ namespace WorkspaceSwitcher grid [x, y] = desk; } if (gridsize.Y - 1 > y) { - desk = (grid [0, y] != null ? grid [0, y].GetNeighbor (Wnck.MotionDirection.Down) : null); + if (grid [0, y] != null ) { + desk = grid [0, y].GetNeighbor (Wnck.MotionDirection.Down); + } + else { + desk = null; + } + // desk = grid [0, y] != null ? grid [0, y].GetNeighbor (Wnck.MotionDirection.Down) : null; grid [0, y+1] = desk; } }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor