From 249af05e390dc85d6545917b5449f090c1e19d16 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 22 Jun 2010 20:05:24 +0200 Subject: Use document font by default for adium themes Fixes bug #622266 --- libempathy-gtk/empathy-theme-adium.c | 4 ++-- 1 file 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 -- cgit v1.2.3