|
[Freevo-cvslog] freevo/src/image viewer.py,1.76,1.77
From: Dirk Meyer <dischi@us...> - 2005-06-18 12:07
|
Update of /cvsroot/freevo/freevo/src/image
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15649/image
Modified Files:
viewer.py
Log Message:
use new menu memeber function
Index: viewer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/image/viewer.py,v
retrieving revision 1.76
retrieving revision 1.77
diff -C2 -d -r1.76 -r1.77
*** viewer.py 15 Jun 2005 20:43:58 -0000 1.76
--- viewer.py 18 Jun 2005 12:07:02 -0000 1.77
***************
*** 281,285 ****
if item.parent and hasattr(item.parent, 'menu') and \
item.parent.menu and item in item.parent.menu.choices:
! item.parent.menu.set_selection(item)
self.zoom = zoom
return None
--- 281,285 ----
if item.parent and hasattr(item.parent, 'menu') and \
item.parent.menu and item in item.parent.menu.choices:
! item.parent.menu.select(item)
self.zoom = zoom
return None
|
| Thread | Author | Date |
|---|---|---|
| [Freevo-cvslog] freevo/src/image viewer.py,1.76,1.77 | Dirk Meyer <dischi@us...> |