~ubuntu-branches/ubuntu/lucid/update-manager/lucid-security

« back to all changes in this revision

Viewing changes to UpdateManager/GtkProgress.py

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2010-04-01 00:10:14 UTC
  • Revision ID: james.westby@ubuntu.com-20100401001014-tw01ypskhf46lmo0
Tags: 1:0.133.11
* UpdateManager/GtkProgress.py:
  - remove window title on cache progress (LP: #549936)
* check-new-release-gtk:
  - if no ReleaseNotesHtml key is found, do nothing (it means the
    meta-release file does not support this client)
* check-new-release-gtk, UpdateManager/Core/MetaRelease.py: 
  - improve debugging
* UpdateManager/Core/utils.py:
  - add META_RELEASE_FAKE_CODENAME environment that can be used to
    test/force release upgrades
* check-new-release-gtk:
  - append language parameter to uri
  - support --debug

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        self._progressbar = progressbar
47
47
        # Do not show the close button 
48
48
        self._window.realize()
 
49
        self._window.set_title("")
49
50
        host_window.window.set_functions(gtk.gdk.FUNC_MOVE)
50
51
        self._window.set_transient_for(parent)
51
52