Skip to content

Fix typo in function name - #333

Merged
coldfix merged 1 commit into
coldfix:masterfrom
justbispo:fix-typo
Jan 13, 2026
Merged

Fix typo in function name#333
coldfix merged 1 commit into
coldfix:masterfrom
justbispo:fix-typo

Conversation

@justbispo

Copy link
Copy Markdown
Contributor

Pretty sure _update_menu was a typo, there's no function with that name. And running udiskie in the terminal and clicking the tray icon showed the error:

Traceback (most recent call last):
  File "/usr/lib/python3.14/site-packages/udiskie/appindicator.py", line 60, in _on_show
    self._update_menu()
    ^^^^^^^^^^^^^^^^^
AttributeError: 'AppIndicatorIcon' object has no attribute '_update_menu'. Did you mean: 'update_menu'?

@coldfix
coldfix merged commit 2721971 into coldfix:master Jan 13, 2026
@coldfix

coldfix commented Jan 13, 2026

Copy link
Copy Markdown
Owner

Thank you!

coldfix added a commit that referenced this pull request Jan 13, 2026
Bug fixes:

- fix exception due to incorrect function name for appindicator menu (#333)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants