-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 tags 322885 + fixed-upstream thanks
hi again, see attached e-mail and fixed patch by upstream - ----- Forwarded message from Paul Duncan <[EMAIL PROTECTED]> ----- From: Paul Duncan <[EMAIL PROTECTED]> Date: Sat, 13 Aug 2005 08:34:37 -0400 To: [EMAIL PROTECTED], Raggle Development Mailing List <[EMAIL PROTECTED]> Subject: Re: Bug#322885: Display problem: "Description" contains leftovers from previous entries * Michael Ablassmeier ([EMAIL PROTECTED]) wrote: [snipped]c:w > thanks for your detailed description. I was able to reproduce this > behavior with other feeds as well. Attached, a short patch which (at > least i think) fixes this issue. Pabs: http://bugs.debian.org/322885 for > the full report. :) Unfortunately with that patch the title, link, and display don't show up. I tweaked your patch to use clearrange(), and committed that to CVS instead (the patch is attached as well). ? lb-atom.xml ? raggle-old Index: raggle =================================================================== RCS file: /cvs/raggle/raggle,v retrieving revision 1.356.2.23 diff -u -r1.356.2.23 raggle - --- raggle 9 Aug 2005 19:45:39 -0000 1.356.2.23 +++ raggle 13 Aug 2005 12:30:39 -0000 @@ -3065,6 +3065,11 @@ # draw item content if item['content'] + + # clear the description window before drawing the text + win = $wins[Raggle::Interfaces::NcursesInterface::get_win_id('desc')] + win.clearrange(y, h - 2) + y += 1 if !item['fmt_content'] str = item['content'] || '' - ----- End forwarded message ----- bye, - michael -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC/ew7EFV7g4B8rCURAtJzAJ9MMeVPpinp94fqj622TYlEkgeBgACePHeB k1GziYkCjZebpiBxvtcGpfM= =jYxj -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]