[empathy: 2/11] chat-text-view: use new GTK+ style API (#636500)
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy: 2/11] chat-text-view: use new GTK+ style API (#636500)
- Date: Wed, 15 Dec 2010 16:02:00 +0000 (UTC)
commit 3951d3a3c1a7181bee75cc963711ea1900949c02
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Tue Dec 7 09:52:40 2010 +0100
chat-text-view: use new GTK+ style API (#636500)
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 5d5dcde..b58fbc2 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]