diff options
author | Andreas Abraham <andreas.abraham@egiz.gv.at> | 2021-06-18 13:36:09 +0200 |
---|---|---|
committer | Andreas Abraham <andreas.abraham@egiz.gv.at> | 2021-06-18 13:36:09 +0200 |
commit | 0e25043214ca2497b44e2b4b88ad945f6180ac08 (patch) | |
tree | e6983e05480d2380708211a66599b76c2061a86e | |
parent | d448f2334ebb9e83e52a009b563dbc3e0ab23ad4 (diff) | |
download | pdf-over-0e25043214ca2497b44e2b4b88ad945f6180ac08.tar.gz pdf-over-0e25043214ca2497b44e2b4b88ad945f6180ac08.tar.bz2 pdf-over-0e25043214ca2497b44e2b4b88ad945f6180ac08.zip |
.gitignore changed
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | pdf-over-gui/src/main/java/at/asit/pdfover/gui/composites/SimpleConfigurationComposite.java | 4 |
2 files changed, 7 insertions, 1 deletions
@@ -16,4 +16,6 @@ log/ pdf-over-build/
release.properties
*.jar-bak
-*.iml
\ No newline at end of file +*.iml
+*.idea
+/installer/windows/*
\ No newline at end of file diff --git a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/composites/SimpleConfigurationComposite.java b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/composites/SimpleConfigurationComposite.java index 269f72d3..91fd9023 100644 --- a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/composites/SimpleConfigurationComposite.java +++ b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/composites/SimpleConfigurationComposite.java @@ -746,6 +746,10 @@ public class SimpleConfigurationComposite extends BaseConfigurationComposite { setSignatureProfileSetting(); } + void adoptSignatureNoteText(){ + //TODO check if one of the text + } + void setSignatureProfileSetting(){ if (this.signer == null){ log.debug("In setSignatureProfileSettings: Signer was null"); |