diff options
author | necoro <> | 2007-08-12 04:21:38 +0000 |
---|---|---|
committer | necoro <> | 2007-08-12 04:21:38 +0000 |
commit | ade10e0b8e5571e45cdd4800927c24597e2f7315 (patch) | |
tree | ff2d39f0366a7238366abd3c77b739996ed8937a /plugins | |
parent | a6a5cace4864c37b7a820c89540f85069d842521 (diff) | |
download | portato-ade10e0b8e5571e45cdd4800927c24597e2f7315.tar.gz portato-ade10e0b8e5571e45cdd4800927c24597e2f7315.tar.bz2 portato-ade10e0b8e5571e45cdd4800927c24597e2f7315.zip |
added listener/notify
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/notify.xml (renamed from plugins/noroot.xml) | 12 | ||||
-rw-r--r-- | plugins/resume_loop.xml | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/plugins/noroot.xml b/plugins/notify.xml index 850a039..8de08c8 100644 --- a/plugins/noroot.xml +++ b/plugins/notify.xml @@ -1,12 +1,14 @@ <?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>No Root</name> - <import>portato.plugins.noroot</import> + <name>Notify</name> + <frontends>gtk</frontends> + + <import>portato.plugins.notify</import> <hooks> - <hook type = "am_i_root" call = "i_am_root"> - <connect type="override" /> - </hook> + <hook type = "after_emerge" call = "notify" /> </hooks> + </plugin> diff --git a/plugins/resume_loop.xml b/plugins/resume_loop.xml index 01dca78..124d61d 100644 --- a/plugins/resume_loop.xml +++ b/plugins/resume_loop.xml @@ -5,9 +5,7 @@ <import>portato.plugins.resume_loop</import> <hooks> - <hook type="emerge" call="set_data"> - <connect /> - </hook> + <hook type="emerge" call="set_data" /> <hook type="after_emerge" call="resume_loop"> <connect type="before">*</connect> |