diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-12-07 16:52:40 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-12-15 23:38:22 +0800 |
commit | 3951d3a3c1a7181bee75cc963711ea1900949c02 (patch) | |
tree | 79a2e3316bcc88d5a46ae1e71543a4d68dc196fc /libempathy-gtk | |
parent | 06637c4ad0fcc8765c2388f9264db7b49b260eaa (diff) | |
download | gsoc2013-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)
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-chat-text-view.c | 2 |
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); |