Update of /cvsroot/freevo/freevo/src/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11311
Modified Files:
command.py
Log Message:
move config method to where it can do some good
Index: command.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/command.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** command.py 30 May 2004 18:28:15 -0000 1.11
--- command.py 11 Jun 2004 00:35:57 -0000 1.12
***************
*** 15,18 ****
--- 15,21 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.12 2004/06/11 00:35:57 mikeruelle
+ # move config method to where it can do some good
+ #
# Revision 1.11 2004/05/30 18:28:15 dischi
# More event / main loop cleanup. rc.py has a changed interface now
***************
*** 418,426 ****
plugin.Plugin.__init__(self)
- def config(self):
- return [ ('COMMAND_SPAWN_WM', '', 'command to start window manager.'),
- ('COMMAND_KILL_WM', '', 'command to stop window manager.') ]
-
-
class CommandMainMenuItem(plugin.MainMenuPlugin):
"""
--- 421,424 ----
***************
*** 440,443 ****
--- 438,445 ----
self.cmd_xml = commandxmlfile
+ def config(self):
+ return [ ('COMMAND_SPAWN_WM', '', 'command to start window manager.'),
+ ('COMMAND_KILL_WM', '', 'command to stop window manager.') ]
+
def items(self, parent):
command_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