diff --git a/twander.py b/twander.py index 2d19e7f..6c0625d 100755 --- a/twander.py +++ b/twander.py @@ -4,7 +4,7 @@ # For Updates See: http://www.tundraware.com/Software/twander PROGNAME = "twander" -RCSID = "$Id: twander.py,v 2.28 2002/12/19 01:07:54 tundra Exp $" +RCSID = "$Id: twander.py,v 2.29 2002/12/19 16:44:47 tundra Exp $" VERSION = RCSID.split()[2] @@ -436,6 +436,7 @@ # Set the Command Menu Contents, if any, # and enable the menu if it has entries + UI.CmdBtn.configure(state=DISABLED) if UI.CmdBtn.menu.index(END): UI.CmdBtn['menu'] = UI.CmdBtn.menu UI.CmdBtn.configure(state=NORMAL)