diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-06-19 11:23:24 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-06-19 11:23:24 +0200 |
commit | 48f046aec4df3b09906ca41e2c75ce7e0fb045a6 (patch) | |
tree | 5562fc5377f9592a6293735e8baf78230a1a48a6 /plugins | |
parent | be7f3e89a19cadad856dae717836f9ed3a66c85d (diff) | |
parent | 52f04fc6cccffa7cf31a4d7eab9c9b341f77a293 (diff) | |
download | portato-48f046aec4df3b09906ca41e2c75ce7e0fb045a6.tar.gz portato-48f046aec4df3b09906ca41e2c75ce7e0fb045a6.tar.bz2 portato-48f046aec4df3b09906ca41e2c75ce7e0fb045a6.zip |
Merged from trunk
Diffstat (limited to '')
-rw-r--r-- | plugins/gpytage.xml (renamed from plugins/dbus_init.xml) | 12 | ||||
-rw-r--r-- | plugins/old/resume_loop.xml | 19 | ||||
-rw-r--r-- | plugins/old/shutdown.xml | 16 |
3 files changed, 6 insertions, 41 deletions
diff --git a/plugins/dbus_init.xml b/plugins/gpytage.xml index b17f269..51d9104 100644 --- a/plugins/dbus_init.xml +++ b/plugins/gpytage.xml @@ -1,13 +1,13 @@ -<?xml version="1.0" encoding="UTF-8" ?> +<?xml version="1.0" encoding="UTF-8" ?> <plugin xmlns="http://portato.sourceforge.net/plugin" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://portato.sourceforge.net/plugin http://portato.sourceforge.net/plugin.xsd"> <author>René 'Necoro' Neumann</author> - <name>DBus Initializer</name> + <name>Etc-proposals</name> - <import>portato.plugins.dbus_init</import> + <import>portato.plugins.gpytage</import> - <hooks> - <hook type="main" call="dbus_init" /> - </hooks> + <menu> + <item call="gpytage">Config _Editor</item> + </menu> </plugin> diff --git a/plugins/old/resume_loop.xml b/plugins/old/resume_loop.xml deleted file mode 100644 index 124d61d..0000000 --- a/plugins/old/resume_loop.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<plugin xmlns="http://portato.sourceforge.net/plugin" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://portato.sourceforge.net/plugin http://portato.sourceforge.net/plugin.xsd"> - <author>René 'Necoro' Neumann</author> - <name>Emerge Resume Loop</name> - <import>portato.plugins.resume_loop</import> - - <hooks> - <hook type="emerge" call="set_data" /> - - <hook type="after_emerge" call="resume_loop"> - <connect type="before">*</connect> - </hook> - </hooks> - - <options> - <option>disabled</option> - </options> - -</plugin> diff --git a/plugins/old/shutdown.xml b/plugins/old/shutdown.xml deleted file mode 100644 index 75323b1..0000000 --- a/plugins/old/shutdown.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<plugin xmlns="http://portato.sourceforge.net/plugin" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://portato.sourceforge.net/plugin http://portato.sourceforge.net/plugin.xsd"> - <author>René 'Necoro' Neumann</author> - <name>Shutdown</name> - <import>portato.plugins.shutdown</import> - - <hooks> - <hook type = "after_emerge" call = "shutdown"> - <connect type="after">*</connect> - </hook> - </hooks> - - <options> - <option>disabled</option> - </options> -</plugin> |