Skip to content

pathbar_button: remove unused and wrong set_uuid()

set_uuid() was setting the .group_uuid attribute of PathbarButton, however on initialization and for get_uuid() we access the .uuid attribute, so this function was setting the wrong attribute. Since it is completely unused in the code base, remove it.

Edited by David Heidelberg

Merge request reports