mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
Proper fix.
This commit is contained in:
@@ -2994,7 +2994,7 @@ proc ShowTodaysReminders {} {
|
||||
if {"$Option(ExtraRemindArgs)" != ""} {
|
||||
set stuff [exec -keepnewline $Remind -g -q -r $Option(ExtraRemindArgs) $ReminderFile 2>/dev/null]
|
||||
} else {
|
||||
set stuff [exec -keepnewline $Remind -g -q -r $Option(ExtraRemindArgs) $ReminderFile 2>/dev/null]
|
||||
set stuff [exec -keepnewline $Remind -g -q -r $ReminderFile 2>/dev/null]
|
||||
}
|
||||
}
|
||||
$w.text insert end $stuff
|
||||
|
||||
Reference in New Issue
Block a user