aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@luon.net>2012-10-07 21:46:17 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-10-08 17:11:01 +0800
commit7cd89efd0e2a7257298d8305d397469a53e63461 (patch)
treeb0d98c4a98c137617d1bd321fc8c0a826b3b3317 /data
parent63c548da561529db7d69251ff8ba089d0b73938a (diff)
downloadgsoc2013-empathy-7cd89efd0e2a7257298d8305d397469a53e63461.tar
gsoc2013-empathy-7cd89efd0e2a7257298d8305d397469a53e63461.tar.gz
gsoc2013-empathy-7cd89efd0e2a7257298d8305d397469a53e63461.tar.bz2
gsoc2013-empathy-7cd89efd0e2a7257298d8305d397469a53e63461.tar.lz
gsoc2013-empathy-7cd89efd0e2a7257298d8305d397469a53e63461.tar.xz
gsoc2013-empathy-7cd89efd0e2a7257298d8305d397469a53e63461.tar.zst
gsoc2013-empathy-7cd89efd0e2a7257298d8305d397469a53e63461.zip
Don't set the DefaultFont{Size,Family} in the themes
For Adium themes Empathy prefers using the default font settings in a theme above the system font settings. So lets not set default fonts for the builtin themes, so these will follow the system instead. https://bugzilla.gnome.org/show_bug.cgi?id=685663
Diffstat (limited to 'data')
-rw-r--r--data/themes/Boxes.AdiumMessageStyle/Contents/Info.plist6
-rw-r--r--data/themes/Classic.AdiumMessageStyle/Contents/Info.plist6
-rw-r--r--data/themes/PlanetGNOME.AdiumMessageStyle/Contents/Info.plist6
3 files changed, 0 insertions, 18 deletions
diff --git a/data/themes/Boxes.AdiumMessageStyle/Contents/Info.plist b/data/themes/Boxes.AdiumMessageStyle/Contents/Info.plist
index c61a0f452..35193c4e8 100644
--- a/data/themes/Boxes.AdiumMessageStyle/Contents/Info.plist
+++ b/data/themes/Boxes.AdiumMessageStyle/Contents/Info.plist
@@ -25,12 +25,6 @@
<key>DefaultBackgroundColor</key>
<string>ffffff</string>
- <key>DefaultFontFamily</key>
- <string>Cantarell</string>
-
- <key>DefaultFontSize</key>
- <integer>12</integer>
-
<key>MessageViewVersion</key>
<integer>4</integer>
diff --git a/data/themes/Classic.AdiumMessageStyle/Contents/Info.plist b/data/themes/Classic.AdiumMessageStyle/Contents/Info.plist
index 35014f02a..053bc9cd8 100644
--- a/data/themes/Classic.AdiumMessageStyle/Contents/Info.plist
+++ b/data/themes/Classic.AdiumMessageStyle/Contents/Info.plist
@@ -25,12 +25,6 @@
<key>DefaultBackgroundColor</key>
<string>ffffff</string>
- <key>DefaultFontFamily</key>
- <string>Cantarell</string>
-
- <key>DefaultFontSize</key>
- <integer>12</integer>
-
<key>MessageViewVersion</key>
<integer>4</integer>
diff --git a/data/themes/PlanetGNOME.AdiumMessageStyle/Contents/Info.plist b/data/themes/PlanetGNOME.AdiumMessageStyle/Contents/Info.plist
index 45d5cc20c..805d053c3 100644
--- a/data/themes/PlanetGNOME.AdiumMessageStyle/Contents/Info.plist
+++ b/data/themes/PlanetGNOME.AdiumMessageStyle/Contents/Info.plist
@@ -25,12 +25,6 @@
<key>DefaultBackgroundColor</key>
<string>ffffff</string>
- <key>DefaultFontFamily</key>
- <string>Cantarell</string>
-
- <key>DefaultFontSize</key>
- <integer>12</integer>
-
<key>MessageViewVersion</key>
<integer>4</integer>