no need to make protocol combobox unsensitive

This commit is contained in:
Yann Leboulanger 2005-05-25 10:56:37 +00:00
parent f0ef95b4e1
commit 967bcae933
2 changed files with 0 additions and 5 deletions

View File

@ -351,10 +351,6 @@ class Add_new_contact_window:
def on_uid_entry_changed(self, widget):
uid = self.uid_entry.get_text()
if len(uid) == 0:
self.protocol_combobox.set_sensitive(False)
else:
self.protocol_combobox.set_sensitive(True)
self.guess_agent()
self.set_nickname()
self.fill_jid()

View File

@ -1898,7 +1898,6 @@
<child>
<widget class="GtkComboBox" id="protocol_combobox">
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="items" translatable="yes"></property>
<signal name="changed" handler="on_protocol_combobox_changed" last_modification_time="Wed, 23 Mar 2005 13:13:12 GMT"/>
</widget>