[gnome-games] iagno: Remove the old non-scalable themes



commit ca4ab750c5edfa30a9a7e6263ba9d70a9e427463
Author: Robert Ancell <robert ancell canonical com>
Date:   Thu Dec 29 15:15:08 2011 +1100

    iagno: Remove the old non-scalable themes

 iagno/data/classic.png   |  Bin 104994 -> 0 bytes
 iagno/data/small.png     |  Bin 55076 -> 0 bytes
 iagno/data/woodtrim.png  |  Bin 178343 -> 0 bytes
 iagno/src/game-view.vala |    4 ++--
 4 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/iagno/src/game-view.vala b/iagno/src/game-view.vala
index 8be528d..bbb4446 100644
--- a/iagno/src/game-view.vala
+++ b/iagno/src/game-view.vala
@@ -115,9 +115,9 @@ public class GameView : Gtk.DrawingArea
         var dname = GnomeGamesSupport.runtime_get_directory (GnomeGamesSupport.RuntimeDirectory.GAME_PIXMAP_DIRECTORY);
         var fname = Path.build_filename (dname, tile_set);
 
-        /* fall back to default tileset "classic.png" if tile_set not found */
+        /* fall back to default tileset if chosen set not found */
         if (!FileUtils.test (fname, FileTest.EXISTS | FileTest.IS_REGULAR))
-            fname = Path.build_filename (dname, "classic.png");
+            fname = Path.build_filename (dname, "sun_and_star.svg");
 
         if (!FileUtils.test (fname, FileTest.EXISTS | FileTest.IS_REGULAR))
         {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]