do not use changed signal in disco: when we write some thing this signal is emited each time we add / remove a character, so gajim sends many useless requiest

Plz do not use glade 2.10: pygtk2.6 is really not needed atm, and many people don't have it so we must not depend on pytgk2.6 fot the moment
This commit is contained in:
Yann Leboulanger 2005-03-28 10:59:52 +00:00
parent cdddb0158a
commit a4121119ef
2 changed files with 1 additions and 555 deletions

View File

@ -1679,9 +1679,6 @@ class Service_discovery_window:
self.services_treeview.get_model().clear()
self.browse(jid)
def on_address_comboboxentry_changed(self, widget):
self.on_go_button_clicked(widget)
def __init__(self, plugin, account):
if plugin.connected[account] < 2:
Error_dialog(_("You must be connected to browse services"))

File diff suppressed because it is too large Load Diff