Update of /cvsroot/freevo/freevo/src/video
In directory sc8-pr-cvs1:/tmp/cvs-serv26338

Modified Files:
        videoitem.py 
Log Message:
make it possible to call thumbnail creation with MENU_CALL_ITEM_ACTION

Index: videoitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/videoitem.py,v
retrieving revision 1.109
retrieving revision 1.110
diff -C2 -d -r1.109 -r1.110
*** videoitem.py        4 Jan 2004 11:17:10 -0000       1.109
--- videoitem.py        4 Jan 2004 13:06:52 -0000       1.110
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.110  2004/01/04 13:06:52  dischi
+ # make it possible to call thumbnail creation with MENU_CALL_ITEM_ACTION
+ #
  # Revision 1.109  2004/01/04 11:17:10  dischi
  # add create thumbnail
***************
*** 290,294 ****
  
          if not self.image and self.filename and not self.variants and not 
self.subitems:
!             items.append((self.create_thumbnail, _('Create Thumbnail')))
              
          return items
--- 293,297 ----
  
          if not self.image and self.filename and not self.variants and not 
self.subitems:
!             items.append((self.create_thumbnail, _('Create Thumbnail'), 
'create_thumbnail'))
              
          return items
***************
*** 315,319 ****
          util.videothumb.snapshot(self.filename, os.path.splitext(self.filename)[0] + 
'.png')
          pop.destroy()
!         menuw.back_one_menu()
  
  
--- 318,323 ----
          util.videothumb.snapshot(self.filename, os.path.splitext(self.filename)[0] + 
'.png')
          pop.destroy()
!         if menuw.menustack[-1].selected != self:
!             menuw.back_one_menu()
  
  




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to