From ac9287bdb5b94d575b5130ccdc2fe25c45ca395e Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Tue, 22 Jun 2010 07:55:50 +0000 Subject: Theme Editor: Began in implementing tag rendering, %X tag now recognized git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27043 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/gui/skindocument.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/themeeditor/gui/skindocument.cpp') diff --git a/utils/themeeditor/gui/skindocument.cpp b/utils/themeeditor/gui/skindocument.cpp index 6d28de3..8c98255 100644 --- a/utils/themeeditor/gui/skindocument.cpp +++ b/utils/themeeditor/gui/skindocument.cpp @@ -257,7 +257,7 @@ void SkinDocument::codeChanged() else emit titleChanged(titleText); - model->render(project); + model->render(project, &fileName); cursorChanged(); -- cgit v1.1