mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
Reset EditingReminder to 0 if edit window is destroyed.
This commit is contained in:
@@ -1752,6 +1752,11 @@ proc complete_through_today { w } {
|
||||
#---------------------------------------------------------------------------
|
||||
proc CreateModifyDialog {w day firstDay args} {
|
||||
|
||||
bind $w <Destroy> {
|
||||
global EditingReminder
|
||||
set EditingReminder 0
|
||||
}
|
||||
|
||||
# Set up: Year, Month, Day, WeekdayName
|
||||
global CurYear CurMonth EnglishDayNames MonthNames OptionType SkipType
|
||||
global ModifyDialogResult TwentyFourHourMode DateOfEventBeingEdited
|
||||
|
||||
Reference in New Issue
Block a user