summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Abraham <andreas.abraham@egiz.gv.at>2021-06-18 13:36:09 +0200
committerAndreas Abraham <andreas.abraham@egiz.gv.at>2021-06-18 13:36:09 +0200
commit0e25043214ca2497b44e2b4b88ad945f6180ac08 (patch)
treee6983e05480d2380708211a66599b76c2061a86e
parentd448f2334ebb9e83e52a009b563dbc3e0ab23ad4 (diff)
downloadpdf-over-0e25043214ca2497b44e2b4b88ad945f6180ac08.tar.gz
pdf-over-0e25043214ca2497b44e2b4b88ad945f6180ac08.tar.bz2
pdf-over-0e25043214ca2497b44e2b4b88ad945f6180ac08.zip
.gitignore changed
-rw-r--r--.gitignore4
-rw-r--r--pdf-over-gui/src/main/java/at/asit/pdfover/gui/composites/SimpleConfigurationComposite.java4
2 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 8ec0355c..8df48b56 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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");