Skip to content

gis-driver: Avoid a warning about connecting to a NULL object

gdk_screen_get_default() is not guaranteed to return a result. In some circumstances (doesn’t matter which) it can return NULL. Connecting to a signal on a NULL object emits a warning; avoid that.

Signed-off-by: Philip Withnall withnall@endlessm.com

Merge request reports