[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Please allow dialog 1.0-20060221-2 into Etch



On Fri, 5 Jan 2007, Peter M. wrote:

> I filed bug report #404045 against dialog. The bug has now has fixed
> with a one line fix.
> 
> I think that this bug is important enough to include the new version in Etch.
> 
> dialog (1.0-20060221-2) unstable; urgency=medium
> 
>  * Fixed regression in form box. Patch by the author. Closes: #404045.
> 
> -- Santiago Vila <sanvila@debian.org>  Mon,  1 Jan 2007 19:25:16 +0100

Hmm, I was to request that myself, tomorrow or the day after...

Anyway, the only relevant change is the shown at the top, as the
previous version, 1.0-20060221-1, is already in testing since 11 months.

This bug is severity: regression, and it's fixed by changing a single line,
this is the diff between testing and unstable:

diff -ru dialog-1.0-20060221.orig/debian/changelog dialog-1.0-20060221/debian/changelog
--- dialog-1.0-20060221.orig/debian/changelog	2007-01-05 14:35:49.000000000 +0100
+++ dialog-1.0-20060221/debian/changelog	2007-01-05 14:35:57.000000000 +0100
@@ -1,3 +1,9 @@
+dialog (1.0-20060221-2) unstable; urgency=medium
+
+  * Fixed regression in form box. Patch by the author. Closes: #404045.
+
+ -- Santiago Vila <sanvila@debian.org>  Mon,  1 Jan 2007 19:25:16 +0100
+
 dialog (1.0-20060221-1) unstable; urgency=low
 
   * New upstream release.
diff -ru dialog-1.0-20060221.orig/formbox.c dialog-1.0-20060221/formbox.c
--- dialog-1.0-20060221.orig/formbox.c	2006-01-27 02:29:50.000000000 +0100
+++ dialog-1.0-20060221/formbox.c	2007-01-05 14:35:57.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- *  $Id: formbox.c,v 1.52 2006/01/27 01:29:50 tom Exp $
+ *  $Id: formbox.c,v 1.53 2006/12/27 00:50:24 tom Exp $
  *
  *  formbox.c -- implements the form (i.e, some pairs label/editbox)
  *
@@ -780,8 +780,6 @@
 	listitems[i].text_flen = atoi(ItemTextFLen(i));
 	listitems[i].text_ilen = atoi(ItemTextILen(i));
 	listitems[i].help = (dialog_vars.item_help) ? ItemHelp(i) : "";
-
-	listitems[i].text_flen = real_length(&listitems[i]);
     }
 
     result = dlg_form(title,


Thanks.



Reply to: