File: 200_cbtpos.patch

package info (click to toggle)
newt 0.52.2-10%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 836 kB
  • ctags: 27
  • sloc: makefile: 186; sh: 5
file content (12 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ruN newt-0.52.2-old/checkboxtree.c newt-0.52.2/checkboxtree.c
--- newt-0.52.2-old/checkboxtree.c	2006-06-21 08:50:43.000000000 +0000
+++ newt-0.52.2/checkboxtree.c	2006-06-21 08:50:59.000000000 +0000
@@ -334,6 +334,8 @@
     ct = malloc(sizeof(struct CheckboxTree));
     co->callback = NULL;
     co->data = ct;
+    co->left = left;
+    co->top = top;
     co->ops = &ctOps;
     co->takesFocus = 1;
     co->height = height;