fix tb
This commit is contained in:
parent
8c4217fd5c
commit
1c89061483
|
@ -350,7 +350,7 @@ class Systray:
|
|||
gajim.interface.roster.status_combobox.set_active(index)
|
||||
|
||||
def on_change_status_message_activate(self, widget):
|
||||
model = gajim.interface.status_combobox.get_model()
|
||||
model = gajim.interface.roster.status_combobox.get_model()
|
||||
status = model[active][2].decode('utf-8')
|
||||
dlg = dialogs.ChangeStatusMessageDialog(status)
|
||||
message = dlg.run()
|
||||
|
|
Loading…
Reference in New Issue