Skip to content

photo-dialog: check that attributes exist before accessing them

Michael Catanzaro requested to merge mcatanzaro/attributes into master

This fixes a flood of criticals that have been occurring since:

glib!3336 (merged)

We request these attributes from GFileEnumerator, but the request is not a guarantee and it's programmer error to use them without checking for them first.

Merge request reports