From ccef555674e12cdd933d6b44d258dc22a4767207 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Thu, 18 Jun 2015 21:18:59 +0200 Subject: [PATCH] gtk_widget_modify_font -> gtk_widget_override_font --- src/ui/gui/comments-dialog.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ui/gui/comments-dialog.c b/src/ui/gui/comments-dialog.c index ba312ff01f..f922fd5509 100644 --- a/src/ui/gui/comments-dialog.c +++ b/src/ui/gui/comments-dialog.c @@ -110,8 +110,7 @@ comments_dialog (PsppireDataWindow *de) PangoFontDescription *font_desc = pango_font_description_from_string ("monospace"); - gtk_widget_modify_font (textview, font_desc); - + gtk_widget_override_font (textview, font_desc); /* and let's just make sure that a complete line fits into the widget's width */ -- 2.30.2