Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26176/src

Modified Files:
        directory.py 
Log Message:
use new gui box for password


Index: directory.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/directory.py,v
retrieving revision 1.118
retrieving revision 1.119
diff -C2 -d -r1.118 -r1.119
*** directory.py        16 Feb 2004 17:57:04 -0000      1.118
--- directory.py        21 Feb 2004 19:39:04 -0000      1.119
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.119  2004/02/21 19:39:04  dischi
+ # use new gui box for password
+ #
  # Revision 1.118  2004/02/16 17:57:04  dischi
  # use ucmp to compare
***************
*** 143,147 ****
  from playlist import Playlist
  from event import *
! from gui import PasswordInputBox, AlertBox, ProgressBox
  
  all_variables = [('DIRECTORY_SORT_BY_DATE', _('Directory Sort By Date'),
--- 146,150 ----
  from playlist import Playlist
  from event import *
! from gui import InputBox, AlertBox, ProgressBox
  
  all_variables = [('DIRECTORY_SORT_BY_DATE', _('Directory Sort By Date'),
***************
*** 566,570 ****
              self.arg   = arg
              self.menuw = menuw
!           pb = PasswordInputBox(text=_('Enter Password'), handler=self.pass_cmp_cb)
            pb.show()
        else:
--- 569,574 ----
              self.arg   = arg
              self.menuw = menuw
!           pb = InputBox(text=_('Enter Password'), handler=self.pass_cmp_cb,
!                           type='password')
            pb.show()
        else:



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to