From 1b879ef459cce5d6012c9f535b2ce2f056b49989 Mon Sep 17 00:00:00 2001 From: BwackNinja Date: Fri, 16 Oct 2020 12:08:49 -0400 Subject: pluma-view: Fix incorrect interface font Fixes issue #525 by setting the textview font with css without also setting the font for the labels. Changes based on gedit and gtk/gtkfontbutton.c. --- pluma/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pluma/Makefile.am') diff --git a/pluma/Makefile.am b/pluma/Makefile.am index fa8685a3..36d93c6a 100644 --- a/pluma/Makefile.am +++ b/pluma/Makefile.am @@ -48,6 +48,7 @@ NOINST_H_FILES = \ pluma-history-entry.h \ pluma-io-error-message-area.h \ pluma-language-manager.h \ + pluma-pango.h \ pluma-plugins-engine.h \ pluma-print-job.h \ pluma-print-preview.h \ @@ -120,6 +121,7 @@ libpluma_c_files = \ pluma-message.c \ pluma-notebook.c \ pluma-panel.c \ + pluma-pango.c \ pluma-plugins-engine.c \ pluma-print-job.c \ pluma-print-preview.c \ -- cgit v1.2.1