GNOME Bugzilla – Bug 622266
Should decide which default font to use for chat view
Last modified: 2010-06-23 09:01:17 UTC
EmpathyChatTextView uses gconf key "/desktop/gnome/interface/document_font_name" EmpathyThemeAdium uses gconf key "/desktop/gnome/interface/font_name" I see no reason for them to use different font, but which one is correct?
Wondering if we can do this using a gtkrc instead of GConf. Could be interesting to investiguate.
document_font_name can't be retrieved using gtkrc, only the application font can. Use document_font_name on adium themes too: http://git.collabora.co.uk/?p=user/xclaesse/empathy.git;a=shortlog;h=refs/heads/font
looks good
merged in master and gnome-2-30 branch.