mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Fix peers tab flags missing
This commit is contained in:
parent
c70c8ea45d
commit
53370e4639
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ class PeersTab(Tab):
|
|||
self.cached_flag_pixbufs[country] = gtk.gdk.pixbuf_new_from_file(
|
||||
pkg_resources.resource_filename(
|
||||
"deluge",
|
||||
os.path.join("data", "pixmaps", "flags", country.lower() + ".png")))
|
||||
os.path.join("ui/data", "pixmaps", "flags", country.lower() + ".png")))
|
||||
except Exception, e:
|
||||
log.debug("Unable to load flag: %s", e)
|
||||
return None
|
||||
|
|
Loading…
Add table
Reference in a new issue