Skip to content

Commit

Permalink
Merge pull request #157 from elwlwlwk/bugfix
Browse files Browse the repository at this point in the history
Fixed bug caused by using PyGTK style
  • Loading branch information
clefebvre committed Apr 21, 2016
2 parents 3e57bcb + 1b04bce commit 3806839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/lib/linuxmint/mintUpdate/mintUpdate.py
Expand Up @@ -771,7 +771,7 @@ def run(self):
label2 = _("Do not install or update anything, it could break your operating system!")
label3 = _("Switch to a different Linux Mint mirror to solve this situation.")
infobar = Gtk.InfoBar()
infobar.set_message_type(Gtk.MESSAGE_ERROR)
infobar.set_message_type(Gtk.MessageType.ERROR)
info_label = Gtk.Label()
infobar_message = "%s\n<small>%s</small>" % (_("Please switch to another Linux Mint mirror"), _("Your APT cache is corrupted."))
info_label.set_markup(infobar_message)
Expand Down

0 comments on commit 3806839

Please sign in to comment.