clear command after activating

This commit is contained in:
Josh Holtrop 2011-01-03 15:00:52 -05:00
parent 5fb84110e1
commit 776072cb84

View File

@ -56,6 +56,7 @@ class CmdWindow:
def activate_event(self, widget, data=None):
if not self.handle_activated(self.entry.get_text(), self):
self.window.destroy()
self.entry.set_text('')
def getElapsed(self):
if self.starttime is None: