]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
returnExit
authorjohnsonm <johnsonm>
Tue, 28 Oct 1997 16:43:08 +0000 (16:43 +0000)
committerjohnsonm <johnsonm>
Tue, 28 Oct 1997 16:43:08 +0000 (16:43 +0000)
snack.py

index 18d6871b8392990a3da66577af650a8ebdf163f4..56768a688a8491db550faa93aa841c4a28fedaa3 100644 (file)
--- a/snack.py
+++ b/snack.py
@@ -93,7 +93,7 @@ class Entry(Widget):
 
     def __init__(self, width, text = "", hidden = 0, scroll = 1, 
                 returnexit = 0):
-       self.w = _snack.entry(width, text, hidden, scroll, returnexit)
+       self.w = _snack.entry(width, text, hidden, scroll, returnExit)
 
 
 # Form uses hotkeys