diff options
Diffstat (limited to 'SoftwareProperties/SoftwareProperties.py')
| -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 c4667aa0..28d550eb 100644 --- a/SoftwareProperties/SoftwareProperties.py +++ b/SoftwareProperties/SoftwareProperties.py @@ -474,6 +474,8 @@ class SoftwareProperties(SimpleGladeApp): break self.checkbutton_source_code.connect("toggled", self.on_checkbutton_source_code_toggled) + def on_combobox_server_changed(self, combobox): + print "FIXME" def on_component_toggled(self, checkbutton, comp): """ |
