[four-in-a-row/faenza-themes: 2/2] Remove Cream Marbles theme and change the default



commit c4de91bd21c567a7e5f7b64119ed10a03dc1e78a
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Thu Jan 16 23:38:24 2014 -0600

    Remove Cream Marbles theme and change the default
    
    Let's use a default theme based on the Faenza icon for Four-in-a-Row.

 data/Makefile.am                         |    1 -
 data/org.gnome.four-in-a-row.gschema.xml |    2 +-
 data/tileset_50x50_catseyes.png          |  Bin 4313 -> 0 bytes
 src/theme.c                              |    7 -------
 4 files changed, 1 insertions(+), 9 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 304e9e4..3a3bab6 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_catseyes.png \
     tileset_50x50_glassy.png \
     tileset_50x50_hcontrast.svg \
     tileset_50x50_hcinverse.svg \
diff --git a/data/org.gnome.four-in-a-row.gschema.xml b/data/org.gnome.four-in-a-row.gschema.xml
index 7435595..6caea86 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>3</default>
+      <default>5</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 f32c9a8..410390e 100644
--- a/src/theme.c
+++ b/src/theme.c
@@ -51,13 +51,6 @@ Theme theme[] = {
    N_("Circle"), N_("Cross")
    },
   {
-   N_("Cream Marbles"),
-   "tileset_50x50_catseyes.png",
-   "bg_toplight.png",
-   "#727F8C",
-   N_("Red"), N_("Blue")
-   },
-  {
    N_("Glass Marbles"),
    "tileset_50x50_glassy.png",
    "bg_toplight.png",


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