Skip to content

gtkplacesview: Fix property for AdwStatusPage from label to description

Corey Berla requested to merge coreyberla/nautilus:fix_places into master

a336c68b broke the ability to load Places. There's an incorrect property on the AdwStatusPage "label" which presumably should be "description". Likely this label property persisted from when it previously was a GtkLabel. Change "label" to "description".

Merge request reports