From: johnsonm Date: Tue, 28 Oct 1997 16:43:08 +0000 (+0000) Subject: returnExit X-Git-Tag: r0-20~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e95258bc510c652e6eeefac72cf476fd0e7d5c31;p=thirdparty%2Fnewt.git returnExit --- diff --git a/snack.py b/snack.py index 18d6871..56768a6 100644 --- 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