Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Commit

Permalink
Disable appcenter and sourcecenter, they are no longer maintained
Browse files Browse the repository at this point in the history
  • Loading branch information
tualatrix committed Sep 23, 2013
1 parent 293f4c3 commit fc5b77e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ubuntutweak/admins/appcenter.py
Expand Up @@ -497,7 +497,7 @@ class AppCenter(TweakModule):
__url__ = 'http://ubuntu-tweak.com/app/'
__urltitle__ = _('Visit Online Application Center')
__category__ = 'application'
__utactive__ = True
__utactive__ = False

def __init__(self):
TweakModule.__init__(self, 'appcenter.ui')
Expand Down
2 changes: 1 addition & 1 deletion ubuntutweak/admins/sourcecenter.py
Expand Up @@ -928,7 +928,7 @@ class SourceCenter(TweakModule):
__urltitle__ = _('Visit online Source Center')
__category__ = 'application'
__keywords__ = 'ppa repository app'
__utactive__ = True
__utactive__ = False

def __init__(self):
TweakModule.__init__(self, 'sourcecenter.ui')
Expand Down

0 comments on commit fc5b77e

Please sign in to comment.