Skip to content
Snippets Groups Projects
Commit a9d90da2 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

GroupchatRoster: Don't shadow Gtk.Widget.draw()

parent d3c8145c
No related branches found
No related tags found
No related merge requests found
......@@ -1130,7 +1130,7 @@ def is_connected(self, value: bool) -> None:
app.gc_connected[self.account][self.room_jid] = value
def got_connected(self):
self.roster.draw()
self.roster.initial_draw()
if self.disco_info.has_mam:
# Request MAM
......
......@@ -367,7 +367,7 @@ def invalidate_sort(self):
self.enable_sort(False)
self.enable_sort(True)
def draw(self):
def initial_draw(self):
self.enable_sort(True)
self.set_model()
self._roster.expand_all()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment