From 6bc310d58c5c250a750c5f897cace42d3ea9d895 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Fri, 18 Jun 2010 13:08:17 +0100 Subject: [PATCH] Also grandfather in the apturl url handler plugin, since that was previously enabled by default --- terminatorlib/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/terminatorlib/config.py b/terminatorlib/config.py index 1848fc8d..d7a4a60a 100755 --- a/terminatorlib/config.py +++ b/terminatorlib/config.py @@ -93,7 +93,8 @@ DEFAULTS = { 'title_inactive_fg_color' : '#000000', 'title_inactive_bg_color' : '#c0bebf', 'enabled_plugins' : ['LaunchpadBugURLHandler', - 'LaunchpadCodeURLHandler'], + 'LaunchpadCodeURLHandler', + 'APTURLHandler'], }, 'keybindings': { 'zoom_in' : 'plus',