Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31478/src
Modified Files:
menu.py
Log Message:
fix crash
Index: menu.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/menu.py,v
retrieving revision 1.93
retrieving revision 1.94
diff -C2 -d -r1.93 -r1.94
*** menu.py 9 May 2004 09:58:43 -0000 1.93
--- menu.py 2 Jun 2004 21:38:02 -0000 1.94
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.94 2004/06/02 21:38:02 dischi
+ # fix crash
+ #
# Revision 1.93 2004/05/09 09:58:43 dischi
# make it possible to force a page rebuild
***************
*** 628,632 ****
for a in menu.selected.actions():
! if not isinstance(a, MenuItem) and len(a) > 2 and a[2] == event.arg:
a[0](arg=None, menuw=self)
return
--- 631,635 ----
for a in menu.selected.actions():
! if not isinstance(a, Item) and len(a) > 2 and a[2] == event.arg:
a[0](arg=None, menuw=self)
return
-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog