diff options
author | necoro <> | 2007-04-26 13:19:46 +0000 |
---|---|---|
committer | necoro <> | 2007-04-26 13:19:46 +0000 |
commit | 9956b4f31af4c7df0850d8bf52b4ee4b85ac2ccd (patch) | |
tree | 9be68d0beb4e06c1f6eb8ad9b9fbb43f52243ff3 /plugins | |
parent | 3ed3fab4c3761fca5b220eb2f6b189d4f6618fa6 (diff) | |
download | portato-9956b4f31af4c7df0850d8bf52b4ee4b85ac2ccd.tar.gz portato-9956b4f31af4c7df0850d8bf52b4ee4b85ac2ccd.tar.bz2 portato-9956b4f31af4c7df0850d8bf52b4ee4b85ac2ccd.zip |
removed highlight plugin from normal portato
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/ebuild_highlight.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/ebuild_highlight.xml b/plugins/ebuild_highlight.xml deleted file mode 100644 index 26d8404..0000000 --- a/plugins/ebuild_highlight.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<plugin - author="René 'Necoro' Neumann" - name="Ebuild syntax highlight"> - <import>portato.plugins.highlight</import> - <frontend>gtk</frontend> - - <hook - hook = "open_ebuild" - call = "HighlightedEbuildWindow"> - <connect type="override" /> - </hook> -</plugin> |