Skip to content

Commit

Permalink
Removing some promotional options from 'supportdigsby':
Browse files Browse the repository at this point in the history
 * Create a digsby widget
 * Email inviter
 * branded google search
 * Research module will not be added via support.show_research_option pref
  • Loading branch information
Mike Dougherty committed Sep 26, 2012
1 parent bb6f4c3 commit c664872
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions digsby/src/gui/supportdigsby/supportoptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,22 +123,12 @@ def on_action(self):
enabled = [
#TextElongonator,
#IncrementCounter,
SearchHomepage,
EmailInviter,
FacebookInviter,
FacebookFan,
LinkedInFan,
TwitterFollow,
#Research,
BlogSubscribe,
CreateWidget,
]

def get_enabled():
import common
myenabled = enabled[:]
if common.pref('support.show_research_option', type = bool, default = False):
if Research not in myenabled:
myenabled.insert(-2, Research)

return myenabled
return enabled[:]

0 comments on commit c664872

Please sign in to comment.