Update of /cvsroot/freevo/freevo/src/image
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11676
Modified Files:
viewer.py
Log Message:
make sure we have a menu
Index: viewer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/image/viewer.py,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** viewer.py 9 May 2004 10:00:37 -0000 1.46
--- viewer.py 11 May 2004 19:01:50 -0000 1.47
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.47 2004/05/11 19:01:50 dischi
+ # make sure we have a menu
+ #
# Revision 1.46 2004/05/09 10:00:37 dischi
# update selected item in the menu when showing an image
***************
*** 267,271 ****
# XXX Hack to move the selected item to the current showing image
# XXX TODO: find a way to add it to directory.py or playlist.py
! if item.parent and hasattr(item.parent, 'menu') and \
item in item.parent.menu.choices:
item.parent.menu.selected = item
--- 270,274 ----
# XXX Hack to move the selected item to the current showing image
# XXX TODO: find a way to add it to directory.py or playlist.py
! if item.parent and hasattr(item.parent, 'menu') and item.parent.menu and \
item in item.parent.menu.choices:
item.parent.menu.selected = item
-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver
higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog