summaryrefslogtreecommitdiff
path: root/SoftwareProperties
diff options
context:
space:
mode:
authorglatzor@ubuntu.com <>2006-07-15 18:13:17 +0200
committerglatzor@ubuntu.com <>2006-07-15 18:13:17 +0200
commit2e29da15b6d5c0596c1d282b99ad4b5b027ec6fe (patch)
treeb27b3e4b1b9766d0f75424570afb0ec9d772e3de /SoftwareProperties
parent259ccb59e4ac78074f8af195eeb1ee88f257048e (diff)
downloadpython-apt-2e29da15b6d5c0596c1d282b99ad4b5b027ec6fe.tar.gz
* add missing dummy function on_combobox_server_changed
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 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):
"""