From patchwork Mon Apr 18 12:57:55 2005 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Olivetti X-Patchwork-Id: 11857 Received: from 232.red-213-97-27.pooles.rima-tde.net ([213.97.27.232]) by www.linuxtv.org with esmtp (Exim 4.34) id 1DNVpg-0004RT-35 for vdr@linuxtv.org; Mon, 18 Apr 2005 14:58:32 +0200 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by 232.Red-213-97-27.pooles.rima-tde.net (Postfix) with ESMTP id 436C818A338B for ; Mon, 18 Apr 2005 14:58:01 +0200 (CEST) Message-ID: <4263AED3.5040103@ventoso.org> Date: Mon, 18 Apr 2005 14:57:55 +0200 From: Luca Olivetti User-Agent: Mozilla Thunderbird 0.9 (X11/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Klaus Schmidinger's VDR Subject: Re: [vdr] Re: [PATCH] Enigma-0.2 Skin for text2skin 1.0 References: <4209D6FA.1050209@syphir.sytes.net> <420A08F0.6010005@syphir.sytes.net> <420A55DD.8030208@gmx.net> <426126F7.5070606@ventoso.org> In-Reply-To: <426126F7.5070606@ventoso.org> X-Enigmail-Version: 0.89.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Klaus Schmidinger's VDR List-Id: Klaus Schmidinger's VDR List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 12:58:32 -0000 Status: O X-Status: X-Keywords: X-UID: 1636 Luca Olivetti wrote: > BTW, I don't know if it's a text2skin problem or an Enigma one solved in > 0.2, but I get no icons[*] for the plugins in the main menu if they're > not in the position 1..9 (e.g, if there isn't a number the vdr-logo is > shown instead of the plugin logo, if I change the ordering to put a > plugin in position 1..9 I can see its logo). The problem is corrected by the attached patch. Bye --- render.c.orig 2005-04-18 14:52:23.514081534 +0200 +++ render.c 2005-04-18 14:52:44.115775906 +0200 @@ -591,7 +591,7 @@ if (n != 0) res = skipspace(end); else - res = ptr; + res = skipspace(ptr); Dprintf("MenuCurrent result: |%s|\n", res.String().c_str()); } else if (Token.Type == tMenuTitle) {