X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fgui%2Fdata-editor.c;h=42ecdef0d0ac30c950ab3b8c5ccb19d97fef2473;hb=530a7d7b6d07e78b35b38356ab6aa663e1a8263c;hp=74e9a0229fc60c27bf5da46637b3aafd2fa83785;hpb=62215e63f11b18112899541b29b3151e25f7eb6e;p=pspp-builds.git diff --git a/src/ui/gui/data-editor.c b/src/ui/gui/data-editor.c index 74e9a022..42ecdef0 100644 --- a/src/ui/gui/data-editor.c +++ b/src/ui/gui/data-editor.c @@ -1047,7 +1047,7 @@ fonts_activate (GtkMenuItem *menuitem, gpointer data) current_font = GTK_WIDGET(de->data_editor)->style->font_desc; font_name = pango_font_description_to_string (current_font); - gtk_font_selection_dialog_set_font_name (dialog, font_name); + gtk_font_selection_dialog_set_font_name (GTK_FONT_SELECTION_DIALOG (dialog), font_name); g_free (font_name);