mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 14:59:20 +02:00
*sigh* A JSON key was changed. :(
This commit is contained in:
@@ -2720,8 +2720,8 @@ proc ShowQueue { file } {
|
|||||||
}
|
}
|
||||||
|
|
||||||
proc sort_q { a b } {
|
proc sort_q { a b } {
|
||||||
set a_ttime [dict get $a nextttime]
|
set a_ttime [dict get $a nexttime]
|
||||||
set b_ttime [dict get $b nextttime]
|
set b_ttime [dict get $b nexttime]
|
||||||
if {$a_ttime < $b_ttime} {
|
if {$a_ttime < $b_ttime} {
|
||||||
return -1
|
return -1
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user