File: 045_snack_entrywindow.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 (11 lines) | stat: -rw-r--r-- 374 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
diff -ruN newt-0.52.2-old/snack.py newt-0.52.2/snack.py
--- newt-0.52.2-old/snack.py	2005-09-21 10:32:02.000000000 +0100
+++ newt-0.52.2/snack.py	2005-11-25 20:50:04.000000000 +0000
@@ -789,6 +789,7 @@
     for n in prompts:
         if (type(n) == types.TupleType):
             (n, e) = n
+	    e = Entry(entryWidth, e)
         else:
             e = Entry(entryWidth)