X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fcomments-dialog.c;h=58cf7e7f2ab12d6621edf4acadbff00eb25c8234;hb=7a2bc16d86f90a796e4c42a6c3f3908231bbe8e9;hp=ba312ff01fd7c8d19d7f57f7b9c2beb9133acfc1;hpb=e2da62d735c597afeef2e0e9b36e5a4a83d7da94;p=pspp diff --git a/src/ui/gui/comments-dialog.c b/src/ui/gui/comments-dialog.c index ba312ff01f..58cf7e7f2a 100644 --- a/src/ui/gui/comments-dialog.c +++ b/src/ui/gui/comments-dialog.c @@ -90,7 +90,7 @@ comments_dialog (PsppireDataWindow *de) gint response ; struct comment_dialog cd; - GtkBuilder *xml = builder_new ("psppire.ui"); + GtkBuilder *xml = builder_new ("comments.ui"); GtkWidget *dialog = get_widget_assert (xml, "comments-dialog"); GtkWidget *textview = get_widget_assert (xml, "comments-textview1"); @@ -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 */