chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae25a82
)
Latest apps in right order (newest first)
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Thu, 26 Jan 2012 21:36:23 +0000
(21:36 +0000)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Thu, 26 Jan 2012 21:36:23 +0000
(21:36 +0000)
common.py
patch
|
blob
|
history
diff --git
a/common.py
b/common.py
index 383277da63586d124254fcf12bd09ca2da88e8ad..126de1ea9db4c0062e88a74cd09961852c39b399 100644
(file)
--- a/
common.py
+++ b/
common.py
@@
-840,5
+840,6
@@
class KnownApks:
lst = []
for app, added in sortedapps:
lst.append(app)
+ lst.reverse()
return lst