repair to package manager GUI
Thanks to Odegov Evgeny for the patch Closes PR 14196
This commit is contained in:
parent
90388d1549
commit
6eb94da75f
|
@ -118,7 +118,7 @@
|
||||||
(cond
|
(cond
|
||||||
[(string<? (db:pkg-name a) (db:pkg-name b)) #t]
|
[(string<? (db:pkg-name a) (db:pkg-name b)) #t]
|
||||||
[(string=? (db:pkg-name a) (db:pkg-name b))
|
[(string=? (db:pkg-name a) (db:pkg-name b))
|
||||||
(string<? (db:pkg-catalog a) (db:pkg-catalog))]
|
(string<? (db:pkg-catalog a) (db:pkg-catalog b))]
|
||||||
[else #f])]
|
[else #f])]
|
||||||
[else #f])))))
|
[else #f])))))
|
||||||
(sort-by! 7)
|
(sort-by! 7)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user