summaryrefslogtreecommitdiff
path: root/SoftwareProperties
diff options
context:
space:
mode:
authorglatzor@ubuntu.com <>2006-06-29 01:20:02 +0200
committerglatzor@ubuntu.com <>2006-06-29 01:20:02 +0200
commit7c0fdd7a719a1127a838a33bc9415fa4800c453b (patch)
tree63ebaa44074c2e416366ae7fa9fd98d147194437 /SoftwareProperties
parent34bb7b2d05692dbaab36dbad43d4b4305e0ff905 (diff)
downloadpython-apt-7c0fdd7a719a1127a838a33bc9415fa4800c453b.tar.gz
* self.file got lost during merging
* import UI changes from UDS Paris * fix Ubuntu channel template
Diffstat (limited to 'SoftwareProperties')
-rw-r--r--SoftwareProperties/SoftwareProperties.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/SoftwareProperties/SoftwareProperties.py b/SoftwareProperties/SoftwareProperties.py
index e0d5f524..a5c9ba61 100644
--- a/SoftwareProperties/SoftwareProperties.py
+++ b/SoftwareProperties/SoftwareProperties.py
@@ -83,6 +83,8 @@ class SoftwareProperties(SimpleGladeApp):
None, domain="update-manager")
self.modified = False
+ self.file = file
+
#self.gnome_program = gnome.init("Software Properties", "0.41")
#self.gconfclient = gconf.client_get_default()