From 2e29da15b6d5c0596c1d282b99ad4b5b027ec6fe Mon Sep 17 00:00:00 2001 From: "glatzor@ubuntu.com" <> Date: Sat, 15 Jul 2006 18:13:17 +0200 Subject: * add missing dummy function on_combobox_server_changed --- SoftwareProperties/SoftwareProperties.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'SoftwareProperties') 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): """ -- cgit v1.2.3