Skip to content

Commit

Permalink
Updated APT alert system
Browse files Browse the repository at this point in the history
  • Loading branch information
Nex committed Mar 31, 2013
1 parent 1298b6a commit 846883e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/reporting/aptalert.py
Expand Up @@ -27,7 +27,6 @@ def run(self, results):
dialog.move(movex, movey)

label = gtk.Label()
#msg = random.choice(APT_MESSAGES)
msg = "APT ALERT!"
label.set_markup('<span size="x-large" weight="heavy">{0}</span>'.format(msg));
dialog.vbox.pack_start(label)
Expand All @@ -46,4 +45,4 @@ def got_response(dialog, code):

dialog.connect("response", got_response)
dialog.show()
#timercb()
timercb()

0 comments on commit 846883e

Please sign in to comment.