X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/0cfe09b2bc82d8a5fa39b5906affeceb09f8e4dd..refs/heads/try:/glade-xml/glade-xml.lisp 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 @@ (defun build-widget (spec) 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|)