Update of /cvsroot/freevo/freevo/src/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7707/src/plugins
Modified Files:
shutdown.py
Log Message:
small fix for confirm and enable shutdown sys
Index: shutdown.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/shutdown.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** shutdown.py 30 May 2004 18:28:15 -0000 1.4
--- shutdown.py 6 Jun 2004 14:16:08 -0000 1.5
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.5 2004/06/06 14:16:08 dischi
+ # small fix for confirm and enable shutdown sys
+ #
# Revision 1.4 2004/05/30 18:28:15 dischi
# More event / main loop cleanup. rc.py has a changed interface now
***************
*** 158,164 ****
(self.shutdown_system_restart, _('Restart system') ) ]
if config.ENABLE_SHUTDOWN_SYS:
! items = [ (self.shutdown_system, _('Shutdown system') ),
! (self.shutdown_freevo, _('Shutdown Freevo') ),
! (self.shutdown_system_restart, _('Restart system') ) ]
return items
--- 161,165 ----
(self.shutdown_system_restart, _('Restart system') ) ]
if config.ENABLE_SHUTDOWN_SYS:
! items = [ items[1], items[0], item[2] ]
return items
-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog