From 23291761ed4ac076d462971a66c7f7e0452d8da9 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 5 Jun 2008 17:58:54 +0000 Subject: 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 --- lbu-controller.lua | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3