=== modified file 'UpdateManager/UpdateManager.py' --- UpdateManager/UpdateManager.py 2009-11-23 11:09:20 +0000 +++ UpdateManager/UpdateManager.py 2009-12-14 02:48:09 +0000 @@ -237,7 +237,7 @@ """check and warn if on battery""" if on_battery(): self.dialog_on_battery.set_transient_for(self.window_main) - self.dialog_on_battery.set_title("") + self.dialog_on_battery.set_title("System update manager") res = self.dialog_on_battery.run() self.dialog_on_battery.hide() if res != gtk.RESPONSE_YES: