gtk_widget_modify_font -> gtk_widget_override_font
[pspp] / src / ui / gui / comments-dialog.c
index ba312ff01fd7c8d19d7f57f7b9c2beb9133acfc1..f922fd5509de1a79db808dd47304d391c3f721a4 100644 (file)
@@ -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 */