summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-05-22 12:07:29 +0000
committerMika Havela <mika.havela@gmail.com>2008-05-22 12:07:29 +0000
commit70f6ba86b556dee4fdf8c8ea488979ee4e30db24 (patch)
tree6fdb2c40bb94eb0f1b93ec821b566d8b2112c410
parent95942c3746e45fce964f6dfcc4b92e731835b099 (diff)
downloadacf-core-0.4.1.tar.bz2
acf-core-0.4.1.tar.xz
Graphical bugfix - Modifying path to images.v0.4.1
version bump on Makefiles git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1175 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--Makefile2
-rwxr-xr-xapp/acf-util/password-status-html.lsp2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ff09b3a..4bb8494 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=core
PACKAGE=acf-$(APP_NAME)
-VERSION=0.4.0
+VERSION=0.4.1
P=$(PACKAGE)-$(VERSION)
DISTDIR:=$(shell pwd)/$(P)
diff --git a/app/acf-util/password-status-html.lsp b/app/acf-util/password-status-html.lsp
index 8c542b2..e0b4d09 100755
--- a/app/acf-util/password-status-html.lsp
+++ b/app/acf-util/password-status-html.lsp
@@ -15,7 +15,7 @@ io.write("</span>")
<H2>Existing account</H2>
<DL>
<? for name,user in pairs(form.value) do ?>
- <DT><IMG SRC='/static/tango/16x16/apps/system-users.png' HEIGHT='16' WIDTH='16'> <?= name ?></DT>
+ <DT><IMG SRC='/skins/static/tango/16x16/apps/system-users.png' HEIGHT='16' WIDTH='16'> <?= name ?></DT>
<DD><TABLE>
<TR>
<TD STYLE='border:none;'><B><?= user.value.userid.label ?></B></TD>