small fix
This commit is contained in:
parent
45540743fd
commit
eadbcdb201
|
@ -1679,7 +1679,6 @@ class Service_discovery_window:
|
|||
self.browse(jid)
|
||||
|
||||
def on_address_comboboxentry_changed(self, widget):
|
||||
print 'be'
|
||||
self.on_go_button_clicked(widget)
|
||||
|
||||
def __init__(self, plugin, account):
|
||||
|
|
|
@ -2491,7 +2491,7 @@
|
|||
<property name="rules_hint">False</property>
|
||||
<property name="reorderable">False</property>
|
||||
<property name="enable_search">True</property>
|
||||
<property name="fixed_height_mode">False</property>
|
||||
<property name="fixed_height_mode">True</property>
|
||||
<property name="hover_selection">False</property>
|
||||
<property name="hover_expand">False</property>
|
||||
<signal name="row_activated" handler="on_agents_treeview_row_activated" last_modification_time="Tue, 01 Mar 2005 14:20:15 GMT"/>
|
||||
|
|
Loading…
Reference in New Issue