mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 12:04:10 +00:00
Update the country flag properly.
This commit is contained in:
parent
1557679259
commit
770e0a0db6
@ -252,6 +252,7 @@ class PeersTab:
|
||||
self.liststore.set_value(row, 4, peer["up_speed"])
|
||||
if peer["country"] != values[2]:
|
||||
self.liststore.set_value(row, 5, peer["country"])
|
||||
self.liststore.set_value(row, 0, self.get_flag_pixbuf(peer["country"]))
|
||||
if peer["seed"]:
|
||||
icon = self.seed_pixbuf
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user