diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2010-06-23 02:05:24 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2010-06-23 16:56:27 +0800 |
commit | 249af05e390dc85d6545917b5449f090c1e19d16 (patch) | |
tree | a06376dcf8c186759fe004732fafc357e1bad59c /libempathy-gtk | |
parent | 30963d50de3652cca566fda8d753e733f0fb243a (diff) | |
download | gsoc2013-empathy-249af05e390dc85d6545917b5449f090c1e19d16.tar gsoc2013-empathy-249af05e390dc85d6545917b5449f090c1e19d16.tar.gz gsoc2013-empathy-249af05e390dc85d6545917b5449f090c1e19d16.tar.bz2 gsoc2013-empathy-249af05e390dc85d6545917b5449f090c1e19d16.tar.lz gsoc2013-empathy-249af05e390dc85d6545917b5449f090c1e19d16.tar.xz gsoc2013-empathy-249af05e390dc85d6545917b5449f090c1e19d16.tar.zst gsoc2013-empathy-249af05e390dc85d6545917b5449f090c1e19d16.zip |
Use document font by default for adium themes
Fixes bug #622266
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-theme-adium.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-theme-adium.c b/libempathy-gtk/empathy-theme-adium.c index e3582a7d4..c2267f767 100644 --- a/libempathy-gtk/empathy-theme-adium.c +++ b/libempathy-gtk/empathy-theme-adium.c @@ -49,8 +49,8 @@ #define GET_PRIV(obj) EMPATHY_GET_PRIV (obj, EmpathyThemeAdium) /* GConf key containing current value of font */ -#define EMPATHY_GCONF_FONT_KEY_NAME "/desktop/gnome/interface/font_name" -#define BORING_DPI_DEFAULT 96 +#define EMPATHY_GCONF_FONT_KEY_NAME "/desktop/gnome/interface/document_font_name" +#define BORING_DPI_DEFAULT 96 /* "Join" consecutive messages with timestamps within five minutes */ #define MESSAGE_JOIN_PERIOD 5*60 |