[chirp_devel] [PATCH] [ui] Dismiss shift dialog with enter key. Fixes #3695
2 Jun
2016
2 Jun
'16
12:30 a.m.
# HG changeset patch # User Tom Hayward tom@tomh.us # Date 1464827431 25200 # Wed Jun 01 17:30:31 2016 -0700 # Node ID ddae9e31bdac726b8908f81febb44c75a1339eb8 # Parent 1bf5865b79b205268e605b1bfced8ece3a7b7838 [ui] Dismiss shift dialog with enter key. Fixes #3695
diff -r 1bf5865b79b2 -r ddae9e31bdac chirp/ui/shiftdialog.py --- a/chirp/ui/shiftdialog.py Mon May 30 10:48:54 2016 -0400 +++ b/chirp/ui/shiftdialog.py Wed Jun 01 17:30:31 2016 -0700 @@ -47,8 +47,6 @@
self.thread = None
- self.set_response_sensitive(gtk.RESPONSE_OK, False) - def _status(self, msg, prog): self.__labl.set_text(msg) self.__prog.set_fraction(prog)
3124
Age (days ago)
3124
Last active (days ago)
0 comments
1 participants
participants (1)
-
Tom Hayward