Skip to content

Fix CalendarPopUp #1418

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 13, 2025
Merged

Fix CalendarPopUp #1418

merged 1 commit into from
Jul 13, 2025

Conversation

tretter
Copy link
Contributor

@tretter tretter commented Jul 13, 2025

urwid Commit cf13256c ("Remove deprecated protected getter methods from the decoration widgets (#959)") [1] removed the deprecated _get_base_widget() getter method. Thus, opening the CalendarPopUp when editing the date or time of an event causes a crash.

Access the base_widget property directly as suggested by the deprecation warning.

[1] urwid/urwid@cf13256

Fixes #1413

urwid Commit cf13256c ("Remove deprecated protected getter methods from
the decoration widgets (pimutils#959)") [1] removed the deprecated
_get_base_widget() getter method. Thus, opening the CalendarPopUp when
editing the date or time of an event causes a crash.

Access the base_widget property directly as suggested by the deprecation
warning.

[1] urwid/urwid@cf13256

Fixes pimutils#1413
@WhyNotHugo WhyNotHugo force-pushed the fix-calendar-popup branch from 4eacaaa to 3fadf02 Compare July 13, 2025 23:20
@WhyNotHugo WhyNotHugo merged commit 3fadf02 into pimutils:master Jul 13, 2025
4 of 5 checks passed
@WhyNotHugo
Copy link
Member

Thanks!

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.

Crash on editing event time in ikhal
2 participants