From patchwork Tue May 31 17:06:08 2005 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Olivetti X-Patchwork-Id: 11900 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 1DdACT-0000uB-UG for vdr@linuxtv.org; Tue, 31 May 2005 19:06:46 +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 352A518B3081 for ; Tue, 31 May 2005 19:06:14 +0200 (CEST) Message-ID: <429C9980.8010304@ventoso.org> Date: Tue, 31 May 2005 19:06:08 +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] Summary missing when using Text2skin References: <429A1FBB.2080407@syphir.sytes.net> <429A2129.7070503@gmail.com> <429A2426.2060701@syphir.sytes.net> <429AD0D1.3000109@syphir.sytes.net> <429B7071.9000407@syphir.sytes.net> In-Reply-To: <429B7071.9000407@syphir.sytes.net> 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: Tue, 31 May 2005 17:06:46 -0000 Status: O X-Status: X-Keywords: X-UID: 2637 En/na C.Y.M ha escrit: > > It appears that text2skin now has support for vdr-1.3.25 in cvs. Thanks! > > 2005-06-xx: Version 1.1 > > - fixed a race condition (thanks to Reinhard Nissl for pointing this out) > - updated finnish translations (thanks to Rolf Ahrenberg) > - added tokens for Recording Info Display > (RecordingName, RecordingDateTime, RecordingTitle, RecordingShortText, > RecordingDescription, RecordingLanguageCode, RecordingLanguageDescription) It appears they didn't apply the patch I sent to fix icons display for menu items after the 9th (i.e. without a number in front) :-( --- 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) {