[chirp_devel] [PATCH] [ui] Dismiss shift dialog with enter key. Fixes #3695

Tom Hayward
Wed Jun 1 17:30:43 PDT 2016


# HG changeset patch
# User Tom Hayward <tom at 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)



More information about the chirp_devel mailing list