~ubuntu-core-dev/update-manager/main

« back to all changes in this revision

Viewing changes to UpdateManager/Core/utils.py

  • Committer: Michael Terry
  • Date: 2012-12-14 23:03:19 UTC
  • Revision ID: michael.terry@canonical.com-20121214230319-vvz4wb7mht1quiws
remove last little unnecessary call to create a MessageDialog

Show diffs side-by-side

added added

removed removed

Lines of Context:
434
434
        return "Ubuntu"
435
435
 
436
436
 
 
437
# Unused by update-manager, but still used by ubuntu-release-upgrader
437
438
def error(parent, summary, message):
438
439
    from gi.repository import Gtk, Gdk
439
440
    d = Gtk.MessageDialog(parent=parent,