aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-12-07 16:52:40 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-12-15 23:38:22 +0800
commit3951d3a3c1a7181bee75cc963711ea1900949c02 (patch)
tree79a2e3316bcc88d5a46ae1e71543a4d68dc196fc
parent06637c4ad0fcc8765c2388f9264db7b49b260eaa (diff)
downloadgsoc2013-empathy-3951d3a3c1a7181bee75cc963711ea1900949c02.tar
gsoc2013-empathy-3951d3a3c1a7181bee75cc963711ea1900949c02.tar.gz
gsoc2013-empathy-3951d3a3c1a7181bee75cc963711ea1900949c02.tar.bz2
gsoc2013-empathy-3951d3a3c1a7181bee75cc963711ea1900949c02.tar.lz
gsoc2013-empathy-3951d3a3c1a7181bee75cc963711ea1900949c02.tar.xz
gsoc2013-empathy-3951d3a3c1a7181bee75cc963711ea1900949c02.tar.zst
gsoc2013-empathy-3951d3a3c1a7181bee75cc963711ea1900949c02.zip
chat-text-view: use new GTK+ style API (#636500)
-rw-r--r--libempathy-gtk/empathy-chat-text-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat-text-view.c b/libempathy-gtk/empathy-chat-text-view.c
index 5d5dcde46..b58fbc239 100644
--- a/libempathy-gtk/empathy-chat-text-view.c
+++ b/libempathy-gtk/empathy-chat-text-view.c
@@ -219,7 +219,7 @@ chat_text_view_system_font_update (EmpathyChatTextView *view)
font_description = NULL;
}
- gtk_widget_modify_font (GTK_WIDGET (view), font_description);
+ gtk_widget_override_font (GTK_WIDGET (view), font_description);
if (font_description) {
pango_font_description_free (font_description);