Skip to content

Commit

Permalink
Don't show a status message when choosing the policy
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Apr 8, 2016
1 parent 64a97f8 commit ab6e393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/lib/linuxmint/mintUpdate/mintUpdate.py
Expand Up @@ -1586,8 +1586,8 @@ def show_configuration(self, widget=None):
policy = "radiobutton_policy_3"
self.builder.get_object(policy).set_active(True)
self.stack.set_visible_child_name("configure")
self.set_status_message("")
self.set_status(_("Please choose a security policy."), _("Please choose a security policy."), "mintupdate-updates-available", True)
self.set_status_message("")
self.builder.get_object("toolbar1").set_sensitive(False)
self.builder.get_object("menubar1").set_sensitive(False)

Expand Down

0 comments on commit ab6e393

Please sign in to comment.