Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
P
pyxdg
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • xdg
  • pyxdg
  • Merge Requests
  • !2

Merged
Opened Nov 30, 2018 by Tom Callaway@tcallawaContributor

Use new functions properly

  • Overview 2
  • Commits 1
  • Changes 1

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.

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: xdg/pyxdg!2
Source branch: master