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

Modified Files:
        videoitem.py 
Log Message:
added parent to gui popup box

Index: videoitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/videoitem.py,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** videoitem.py        31 Mar 2003 03:04:46 -0000      1.29
--- videoitem.py        31 Mar 2003 20:37:33 -0000      1.30
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.30  2003/03/31 20:37:33  dischi
+ # added parent to gui popup box
+ #
  # Revision 1.29  2003/03/31 03:04:46  rshortt
  # Make the delete file confirm box default to 'cancel'.
***************
*** 503,507 ****
                  osd.update()
              else:
!                 pop = PopupBox('Scanning disc, be patient...',
                                 icon='skins/icons/misc/cdrom_mount.png')
                  menuw.add_child(pop)
--- 506,510 ----
                  osd.update()
              else:
!                 pop = PopupBox(menuw, 'Scanning disc, be patient...',
                                 icon='skins/icons/misc/cdrom_mount.png')
                  menuw.add_child(pop)




-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to