[four-in-a-row] Remove glass marbles theme



commit 3d07036c4fd0c25b5db191ffc144dfae42c42887
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Thu Jan 30 21:34:31 2014 -0600

    Remove glass marbles theme

 data/Makefile.am                         |    1 -
 data/org.gnome.four-in-a-row.gschema.xml |    2 +-
 data/tileset_50x50_glassy.png            |  Bin 4920 -> 0 bytes
 src/theme.c                              |    7 -------
 4 files changed, 1 insertions(+), 9 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 3a3bab6..3ac1e1a 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -5,7 +5,6 @@ gsettings_SCHEMAS = org.gnome.four-in-a-row.gschema.xml
 
 pixmapdir = $(datadir)/four-in-a-row
 pixmap_DATA = \
-    tileset_50x50_glassy.png \
     tileset_50x50_hcontrast.svg \
     tileset_50x50_hcinverse.svg \
     tileset_50x50_faenza-glines-icon1.svg \
diff --git a/data/org.gnome.four-in-a-row.gschema.xml b/data/org.gnome.four-in-a-row.gschema.xml
index d41d499..1dac37f 100644
--- a/data/org.gnome.four-in-a-row.gschema.xml
+++ b/data/org.gnome.four-in-a-row.gschema.xml
@@ -11,7 +11,7 @@
       <description>Zero is human; one through three correspond to the level of the computer 
player.</description>
     </key>
     <key name="theme-id" type="i">
-      <default>5</default>
+      <default>4</default>
       <summary>Theme ID</summary>
       <description>A number specifying the preferred theme.</description>
     </key>
diff --git a/src/theme.c b/src/theme.c
index 356d08d..8426fea 100644
--- a/src/theme.c
+++ b/src/theme.c
@@ -51,13 +51,6 @@ Theme theme[] = {
    N_("Circle"), N_("Cross")
    },
   {
-   N_("Glass Marbles"),
-   "tileset_50x50_glassy.png",
-   "bg_toplight.png",
-   "#727F8C",
-   N_("Red"), N_("Blue")
-   },
-  {
    N_("Red and Green Marbles"),
    "tileset_50x50_faenza-glines-icon1.svg",
    "bg_toplight.png",


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