Skip to content

Commit

Permalink
Enable the apps for all the people
Browse files Browse the repository at this point in the history
  • Loading branch information
tualatrix committed Oct 4, 2012
1 parent 277b152 commit 24aacf5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ubuntutweak/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA

import thread
import getpass
import logging

from gi.repository import GObject, Gtk, Gdk, Pango
Expand Down Expand Up @@ -393,9 +392,6 @@ def _initialize_ui_states(self, widget, splash_window):
'tweaks_button', 'janitor_button'):
button = getattr(self, feature_button)

if feature_button == 'apps_button' and getpass.getuser() != 'tualatrix':
button.hide()

label = button.get_child().get_label()
button.get_child().set_markup('<b>%s</b>' % label)
button.get_child().set_use_underline(True)
Expand Down

0 comments on commit 24aacf5

Please sign in to comment.