Also grandfather in the apturl url handler plugin, since that was previously enabled by default

This commit is contained in:
Chris Jones 2010-06-18 13:08:17 +01:00
parent 69e4ae1875
commit 6bc310d58c
1 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,8 @@ DEFAULTS = {
'title_inactive_fg_color' : '#000000',
'title_inactive_bg_color' : '#c0bebf',
'enabled_plugins' : ['LaunchpadBugURLHandler',
'LaunchpadCodeURLHandler'],
'LaunchpadCodeURLHandler',
'APTURLHandler'],
},
'keybindings': {
'zoom_in' : '<Control>plus',