mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
Update the country flag properly.
This commit is contained in:
parent
1557679259
commit
770e0a0db6
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue