diff --git a/CONTROL/control b/CONTROL/control index 76b53f6..2e74512 100644 --- a/CONTROL/control +++ b/CONTROL/control @@ -1,7 +1,7 @@ Package: webif Priority: optional Section: web -Version: 0.8.12 +Version: 0.8.12-1 Architecture: mipsel Maintainer: af123@hummypkg.org.uk Depends: mongoose(>=3.0-2),jim(>=0.71-1),jim-sqlite3(>=0.71-1),jim-cgi(>=0.5),jim-oo,jim-pack,service-control,busybox(>=1.19.3-1),lsof,epg(>=1.0.8),hmt(>=1.1.4),ssmtp,anacron,trm diff --git a/var/mongoose/lib/system.class b/var/mongoose/lib/system.class index 5b01dfa..326169c 100644 --- a/var/mongoose/lib/system.class +++ b/var/mongoose/lib/system.class @@ -51,7 +51,7 @@ proc {system mediaroot} {} { } proc {system dustbin} {{short 0}} { - set dustbin "_dustbin" + set dustbin "\[Deleted Items\]" if {![catch {set fd [open "/mod/boot/dustbin.name" r]}]} { set dustbin [lindex [split [read $fd] "\n"] 0] $fd close