From: espen Date: Thu, 9 Oct 2008 18:45:33 +0000 (+0000) Subject: Bug fix X-Git-Url: https://git.distorted.org.uk/~mdw/clg/commitdiff_plain/ed4afeb62936dc2d105dd1303fb0249e81b0a8ea Bug fix --- diff --git a/glade-xml/glade-xml.lisp b/glade-xml/glade-xml.lisp index f254d21..649b39a 100644 --- a/glade-xml/glade-xml.lisp +++ b/glade-xml/glade-xml.lisp @@ -20,7 +20,7 @@ ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -;; $Id: glade-xml.lisp,v 1.3 2006/09/28 10:21:29 espen Exp $ +;; $Id: glade-xml.lisp,v 1.4 2008/10/09 18:45:33 espen Exp $ (in-package "GLADE-XML") @@ -174,7 +174,7 @@ as attributes = (rest (mklist tag)) do (cond ((and (eq element :|child|) (not (eq (first body) :|placeholder|))) - (let ((initargs (parse-properties (container-child-class class) (rest (second body))))) + (let ((initargs (parse-properties (find-child-class class) (rest (second body))))) (add-child widget (build-widget (first body)) initargs))) ((eq element :|signal|)