Skip to content

Use new functions properly

Tom Callaway requested to merge tcallawa/pyxdg:master into master

There are several places in the code where Menu.py uses attributes that no longer exist, having been replaced with functions. Specifically:

.Type has been replaced with .getType() .OnlyShowIn has been replaced with .getOnlyShowIn() .NotShowIn has been replaced with .getNotShowIn()

This change uses the new functions and fixes crashes.

Merge request reports