diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-03-26 13:12:21 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-03-26 13:12:21 +0100 |
commit | aab53d3b4456ac4190c6b8482998f86b5ddef9bb (patch) | |
tree | 107ed29e54a3a0ab2dc2e924850e090cff5a1dff /plugins | |
parent | e5a6a92f3127f3d268c1d53a79a8cacf972a4418 (diff) | |
download | portato-aab53d3b4456ac4190c6b8482998f86b5ddef9bb.tar.gz portato-aab53d3b4456ac4190c6b8482998f86b5ddef9bb.tar.bz2 portato-aab53d3b4456ac4190c6b8482998f86b5ddef9bb.zip |
(Finally) Fixed new_version; Better log strings in plugins to differentiate them from the normal portato logs
Diffstat (limited to '')
-rw-r--r-- | plugins/new_version.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/new_version.xml b/plugins/new_version.xml index 1aa5e33..eda1704 100644 --- a/plugins/new_version.xml +++ b/plugins/new_version.xml @@ -13,10 +13,4 @@ <menu> <item call="find_version">Check for new _versions</item> </menu> - - <options> - <option>disabled</option> - </options> - - </plugin> |