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

Modified Files:
        imdb.py 
Log Message:
fxd and imdb patches from Eirik Meland


Index: imdb.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/imdb.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** imdb.py     20 Sep 2003 09:50:07 -0000      1.22
--- imdb.py     20 Sep 2003 15:46:48 -0000      1.23
***************
*** 16,19 ****
--- 16,22 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.23  2003/09/20 15:46:48  dischi
+ # fxd and imdb patches from Eirik Meland
+ #
  # Revision 1.22  2003/09/20 09:50:07  dischi
  # cleanup
***************
*** 153,157 ****
  
          box.destroy()
!         if len(items) == 1:
              self.imdb_create_fxd(arg=items[0].arg, menuw=menuw)
              return
--- 156,160 ----
  
          box.destroy()
!         if config.IMDB_AUTOACCEPT_SINGLE_HIT and len(items) == 1:
              self.imdb_create_fxd(arg=items[0].arg, menuw=menuw)
              return




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to