Author: lisu                         Date: Wed Nov  8 01:13:41 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- set path to data dir

---- Files affected:
SOURCES:
   mars-path.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/mars-path.patch
diff -u /dev/null SOURCES/mars-path.patch:1.1
--- /dev/null   Wed Nov  8 02:13:41 2006
+++ SOURCES/mars-path.patch     Wed Nov  8 02:13:36 2006
@@ -0,0 +1,20 @@
+--- mars-0.2.0/src/XmlLoader.cpp~      2006-11-02 13:10:42.000000000 +0100
++++ mars-0.2.0/src/XmlLoader.cpp       2006-11-07 22:25:56.000000000 +0100
+@@ -219,7 +219,7 @@
+               img = gtracker->GetImage(string_path + "02.png", 
screen->GetGraphicMode());
+               _views.push_back(img);
+               // If element has more then 2 images, Unit
+-              if(ImageFileExists(string_path + "03.png"))
++/*            if(ImageFileExists(string_path + "03.png"))
+               {
+                       img = gtracker->GetImage(string_path + "03.png", 
screen->GetGraphicMode());
+                       _views.push_back(img);
+@@ -233,7 +233,7 @@
+                       _views.push_back(img);
+                       img = gtracker->GetImage(string_path + "08.png", 
screen->GetGraphicMode());
+                       _views.push_back(img);
+-              }
++              }*/
+       }
+       catch(Exception e)
+       {
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to