diff options
| author | glatzor@ubuntu.com <> | 2006-06-29 01:20:02 +0200 |
|---|---|---|
| committer | glatzor@ubuntu.com <> | 2006-06-29 01:20:02 +0200 |
| commit | 7c0fdd7a719a1127a838a33bc9415fa4800c453b (patch) | |
| tree | 63ebaa44074c2e416366ae7fa9fd98d147194437 /SoftwareProperties | |
| parent | 34bb7b2d05692dbaab36dbad43d4b4305e0ff905 (diff) | |
| download | python-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.py | 2 |
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() |
