summaryrefslogtreecommitdiff
path: root/pluma/Makefile.am
diff options
context:
space:
mode:
authorBwackNinja <[email protected]>2020-10-16 12:08:49 -0400
committerraveit65 <[email protected]>2020-10-27 13:09:33 +0100
commit1b879ef459cce5d6012c9f535b2ce2f056b49989 (patch)
treea8690fc92c1f7ca2b1f575574f87858baab3c712 /pluma/Makefile.am
parent6e4188e92ee151ac44f2cccf239c8f5ae43d4b69 (diff)
downloadpluma-1b879ef459cce5d6012c9f535b2ce2f056b49989.tar.bz2
pluma-1b879ef459cce5d6012c9f535b2ce2f056b49989.tar.xz
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.
Diffstat (limited to 'pluma/Makefile.am')
-rw-r--r--pluma/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \