Fix peers tab flags missing

This commit is contained in:
Calum Lind 2011-05-30 21:33:17 +01:00
parent c70c8ea45d
commit 53370e4639
1 changed files with 1 additions and 1 deletions

View File

@ -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