Fix #9045, desync'ed
This commit is contained in:
parent
0af65954be
commit
fcc2e3a8cf
|
@ -2351,7 +2351,7 @@ class RosterWindow:
|
||||||
else:
|
else:
|
||||||
uf_show = helpers.get_uf_show(show)
|
uf_show = helpers.get_uf_show(show)
|
||||||
liststore.prepend(['SEPARATOR', None, '', True])
|
liststore.prepend(['SEPARATOR', None, '', True])
|
||||||
status_combobox_text = uf_show + ' (' + _("desync'ed") + ')'
|
status_combobox_text = uf_show + ' (' + _("desynced") + ')'
|
||||||
liststore.prepend(
|
liststore.prepend(
|
||||||
[status_combobox_text, show, 'desync', False])
|
[status_combobox_text, show, 'desync', False])
|
||||||
self.status_combobox.set_active(0)
|
self.status_combobox.set_active(0)
|
||||||
|
|
Loading…
Reference in New Issue