summaryrefslogtreecommitdiff
path: root/SoftwareProperties/SoftwareProperties.py
diff options
context:
space:
mode:
Diffstat (limited to 'SoftwareProperties/SoftwareProperties.py')
-rw-r--r--SoftwareProperties/SoftwareProperties.py2
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):
"""