dabo Commit
Revision 5111
Date: 2009-03-06 06:51:57 -0800 (Fri, 06 Mar 2009)
Author: Nate
Trac: http://trac.dabodev.com/changeset/5111

Changed:
D   trunk/dabo/icons/cards/
U   trunk/demo/samples/games/Montana.py

Log:
Well, the git-svn dcommit totally got fracked up with the post-install commit 
for version number changes. This is a notice for any developer using it.

Removed the cards directory.

Modified Montana to use the new cards directory.

Diff:
Modified: trunk/demo/samples/games/Montana.py
===================================================================
--- trunk/demo/samples/games/Montana.py 2009-03-06 14:37:10 UTC (rev 5110)
+++ trunk/demo/samples/games/Montana.py 2009-03-06 14:51:57 UTC (rev 5111)
@@ -485,9 +485,9 @@
                
 
        def getDeckDir(self):
-               ret = "cards/large"
+               ret = "media/cards/large"
                if self.PreferenceManager.smallDeck:
-                       ret = "cards/small"
+                       ret = "media/cards/small"
                return ret
 
 



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to