[Wnd-commit] wnd/wnd/controls/menu popup.py,1.4,1.5
Status: Alpha
Brought to you by:
jurner
|
From: jürgen u. <cer...@us...> - 2005-07-23 19:23:52
|
Update of /cvsroot/wnd/wnd/wnd/controls/menu In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29531 Modified Files: popup.py Log Message: bit of this and a bit of that Index: popup.py =================================================================== RCS file: /cvsroot/wnd/wnd/wnd/controls/menu/popup.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** popup.py 2 Jul 2005 09:55:03 -0000 1.4 --- popup.py 23 Jul 2005 19:23:29 -0000 1.5 *************** *** 84,88 **** return popup ! def Separator(self, ID=0, *flags): return self.InsertSeparator(-1, ID, *flags) --- 84,88 ---- return popup ! def Separator(self, ID, *flags): return self.InsertSeparator(-1, ID, *flags) |