diff options
author | monsta <[email protected]> | 2016-12-11 18:37:16 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-12-11 18:37:16 +0300 |
commit | ed6f76164617eaea8b0e6be291a4e22bde0c95da (patch) | |
tree | 2ab0272e7a5cad976475ec9da6e7688ad9200a01 | |
parent | 71cb724652b6eab534e1bad3c625db07b8b690c9 (diff) | |
download | pluma-ed6f76164617eaea8b0e6be291a4e22bde0c95da.tar.bz2 pluma-ed6f76164617eaea8b0e6be291a4e22bde0c95da.tar.xz |
fix distcheck - make pluma-file-chooser-dialog.h private
found here:
https://git.gnome.org/browse/gedit/commit/?id=96c524456b06870132365c8a5a95726bdf8ce61f
-rw-r--r-- | pluma/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pluma/Makefile.am b/pluma/Makefile.am index 8e57c84b..5a213037 100644 --- a/pluma/Makefile.am +++ b/pluma/Makefile.am @@ -47,6 +47,7 @@ NOINST_H_FILES = \ pluma-document-output-stream.h \ pluma-document-saver.h \ pluma-documents-panel.h \ + pluma-file-chooser-dialog.h \ pluma-gio-document-loader.h \ pluma-gio-document-saver.h \ pluma-history-entry.h \ @@ -71,7 +72,6 @@ INST_H_FILES = \ pluma-document.h \ pluma-encodings.h \ pluma-encodings-combo-box.h \ - pluma-file-chooser-dialog.h \ pluma-help.h \ pluma-message-bus.h \ pluma-message-type.h \ |