From f835b69f4109dabdc6f1fa3a1bc920e16831c619 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sat, 30 Jun 2007 20:28:14 +0000 Subject: [PATCH] Dummy git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@452 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- map65.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/map65.py b/map65.py index dcb1d403b..ee26e28fe 100644 --- a/map65.py +++ b/map65.py @@ -1007,11 +1007,8 @@ def update(): if mode.get()[:4]=='JT65' and (Audio.gcom2.ndecoding>0 or \ (isec>45 and Audio.gcom2.monitoring==1 and \ Audio.datcom.kkdone!=-99 and Audio.gcom2.ndiskdat!=1)): - #Set button bg while decoding bc='#66FFFF' -# if g.ndecphase==1: bc='orange' -# if g.ndecphase==2: bc='yellow' bdecode.configure(bg=bc,activebackground=bc,state=DISABLED) else: bdecode.configure(bg='gray85',activebackground='gray85',state=ACTIVE)