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

« back to all changes in this revision

Viewing changes to check-new-release-gtk

  • Committer: Michael Vogt
  • Date: 2011-07-27 08:52:35 UTC
  • Revision ID: michael.vogt@ubuntu.com-20110727085235-2w8r1xublu4mz6g0
* remove old UpdateManager.glade file
* rename data/glade to data/gtkbuilder

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
  FETCH_TIMEOUT = 20
63
63
 
64
64
  def __init__(self, options):
65
 
    SimpleGtkbuilderApp.__init__(self, options.datadir+"/glade/UpgradePromptDialog.ui", "update-manager")
 
65
    SimpleGtkbuilderApp.__init__(self, options.datadir+"/gtkbuilder/UpgradePromptDialog.ui", "update-manager")
66
66
    self.new_dist = None
67
67
    logging.debug("runnign with devel=%s proposed=%s" % (
68
68
            options.devel_release, options.proposed_release))