summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-06-05 17:58:54 +0000
committerTed Trask <ttrask01@yahoo.com>2008-06-05 17:58:54 +0000
commit23291761ed4ac076d462971a66c7f7e0452d8da9 (patch)
treec2ecab57882b90f4446d32fe29e15bf7dcb419ab
parenteacd8336300db4822873205f602f63d2f86235af (diff)
downloadacf-alpine-conf-23291761ed4ac076d462971a66c7f7e0452d8da9.tar.bz2
acf-alpine-conf-23291761ed4ac076d462971a66c7f7e0452d8da9.tar.xz
Fixed minor bug in lbu config file details
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1203 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--lbu-controller.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lbu-controller.lua b/lbu-controller.lua
index 1d5c22b..4a755fb 100644
--- a/lbu-controller.lua
+++ b/lbu-controller.lua
@@ -108,6 +108,7 @@ function expert (self)
if filedetails.value.filecontent.errtxt then
filedetails.errtxt = "Failed to save config"
else
+ filedetails = self.model.get_filedetails()
filedetails.descr = "Saved config"
end
end