12345678910111213141516171819202122232425 |
- From 36af45f699daa886a3c3fc3187e0b24b193294ad Mon Sep 17 00:00:00 2001
- From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= <ballogyor@gmail.com>
- Date: Sat, 22 Nov 2014 22:39:39 +0100
- Subject: [PATCH] Set default theme to 'cinnamon'
- ---
- data/org.cinnamon.gschema.xml.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
- diff --git a/data/org.cinnamon.gschema.xml.in b/data/org.cinnamon.gschema.xml.in
- index 91fa171..9f56e4c 100644
- --- a/data/org.cinnamon.gschema.xml.in
- +++ b/data/org.cinnamon.gschema.xml.in
- @@ -581,7 +581,7 @@
- <schema id="org.cinnamon.theme" path="/org/cinnamon/theme/"
- gettext-domain="@GETTEXT_PACKAGE@">
- <key name="name" type="s">
- - <default>""</default>
- + <default>"cinnamon"</default>
- <_summary>Theme name</_summary>
- <_description>
- The name of the theme
- --
- 2.1.3
|