if (ct->flags & NEWT_CHECKBOXTREE_HIDE_BOX) {
if ((*item)->selected)
SLsmg_set_color(NEWT_COLORSET_ACTLISTBOX);
+ SLsmg_write_string(" ");
} else {
char tmp[5];
snprintf(tmp,5,"[%c] ",ct->seq[(*item)->selected]);
VERSION=$(awk '/^%define version/ {print $3}' newt.spec)
-VERSION=0.50.29
+VERSION=0.50.30
SONAME=0.50
AC_SUBST(VERSION)
AC_SUBST(SONAME)
Summary: A development library for text mode user interfaces.
Name: newt
-%define version 0.50.29
+%define version 0.50.30
Version: %{version}
Release: 1
Copyright: LGPL
%endif
%changelog
+* Thu Jul 05 2001 Crutcher Dunnavant <crutcher@redhat.com>
+- padded hidden checkboxes on CheckboxTrees
+
* Thu Jul 05 2001 Crutcher Dunnavant <crutcher@redhat.com>
- taught CheckboxTrees about width. Whohoo! 2-D!!!