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

Bug#231256: hnb: Patch to fix removal of "done" attribute on todo toggle



Package: hnb
Version: 1.9.17-3
Severity: normal
Followup-For: Bug #231256


See patch.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.5
Locale: LANG=C, LC_CTYPE=C

Versions of packages hnb depends on:
ii  libc6                       2.3.2.ds1-12 GNU C Library: Shared libraries an
ii  libncurses5                 5.4-3        Shared libraries for terminal hand

-- no debconf information
--- tree_todo.c.orig	2004-05-11 20:18:51.000000000 -0500
+++ tree_todo.c	2004-05-11 20:10:57.000000000 -0500
@@ -269,6 +269,7 @@
 		node_set(pos,"done","no");
 	} else {
 		node_unset(pos,"type");
+		node_unset(pos,"done");
 	}
 
 	return (int) pos;

Reply to: