Comment 14 for bug 371405

Revision history for this message
Bryce Harrington (bryce) wrote :

The patch is incorrect, it should be:

- if (!cursor_screen_priv->isUp)
+ if (!cursor_screen_priv || !cursor_screen_priv->isUp)