Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cardtable.py
diff options
context:
space:
mode:
Diffstat (limited to 'cardtable.py')
-rwxr-xr-xcardtable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cardtable.py b/cardtable.py
index 11bf1b5..e61b6f0 100755
--- a/cardtable.py
+++ b/cardtable.py
@@ -78,7 +78,7 @@ class CardTable(gtk.EventBox):
for card in self.cards_data:
if card.get('img', None):
- jpg = card['img']
+ jpg = os.path.join(os.path.dirname(__file__), card['img'])
else:
jpg = None
props = {}