Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set MenuEntry extra if it has valid value
MenuEntry has `extra` attr defined to `None` in its constructor, Thus always got `extra` attr, and default to `None`. Try to access `extra` attr would never got `AttributeError`, and thus got value default to `None`. However, the expected default value should be ` ` Set `extra` by checking whether MenuEntry `extra` got a valid value Signed-off-by: Lin Liu <[email protected]>
- Loading branch information