From 9d2cb4518c3a8a72ccc714ddbc131aaa84506092 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 10 Nov 2010 00:10:22 +0100 Subject: Decouple settings handling from old-style plugins The breakage was discovered when i removed Logger class. it turned out the fix is somewhat involved. This change implements it as discussed with the rest of the team. Signed-off-by: Denys Vlasenko --- lib/plugins/Bugzilla.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/plugins/Bugzilla.conf') diff --git a/lib/plugins/Bugzilla.conf b/lib/plugins/Bugzilla.conf index 4eebd994..76e0d1d8 100644 --- a/lib/plugins/Bugzilla.conf +++ b/lib/plugins/Bugzilla.conf @@ -1,3 +1,5 @@ +# Description: Reports bugs to bugzilla + Enabled = yes # Bugzilla URL -- cgit