From: Kevin A. <ka...@us...> - 2004-05-05 16:54:07
|
Update of /cvsroot/pythoncard/PythonCard/samples/radioclient In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28150/samples/radioclient Modified Files: radioclient.py radioclient.rsrc.py Log Message: removed on_menuFileExit_select, using Background on_exit_command instead Index: radioclient.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/radioclient/radioclient.py,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** radioclient.py 25 Apr 2004 04:23:50 -0000 1.23 --- radioclient.py 5 May 2004 16:53:28 -0000 1.24 *************** *** 194,200 **** self.on_radioGetRecentPosts_command(None) - def on_menuFileExit_select(self, event): - self.close() - def on_menuOptionsAutoComplete_select(self, event): self.stack.app.shell.autoComplete = self.menuBar.getChecked('menuOptionsAutoComplete') --- 194,197 ---- Index: radioclient.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/radioclient/radioclient.rsrc.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** radioclient.rsrc.py 28 May 2002 00:34:22 -0000 1.6 --- radioclient.rsrc.py 5 May 2004 16:53:28 -0000 1.7 *************** *** 18,21 **** --- 18,22 ---- 'name':'menuFileExit', 'label':'E&xit\tAlt+X', + 'command':'exit', }, ] |