~ubuntu-branches/ubuntu/trusty/keepass2/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/fix-XSL-search-path.patch

  • Committer: Package Import Robot
  • Author(s): Julian Taylor
  • Date: 2011-12-30 15:45:59 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20111230154559-3en1b9v90hswvs1w
Tags: 2.18+dfsg-1
* New upstream release
  - refresh patches
  - drop upstream applied patches:
    explicitly-PUT-for-webdav-writes.patch
    prefer-4.0-framework-if-available.patch
* add patch to improve autotype when dealing with multiple keyboard layouts
  - Thanks to amiryal for the patch
* disable initial autoupdate popup via patch
* update years in debian/copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 2 files changed, 3 insertions(+), 2 deletions(-)
12
12
 
13
13
diff --git a/KeePass/App/AppDefs.cs b/KeePass/App/AppDefs.cs
14
 
index af4fae3..9f66f18 100644
 
14
index 8d3a12b..6de99da 100644
15
15
--- a/KeePass/App/AppDefs.cs
16
16
+++ b/KeePass/App/AppDefs.cs
17
17
@@ -36,6 +36,8 @@ namespace KeePass.App
24
24
                public const string XslFileHtmlLite = "KDB4_DetailsLite.xsl";
25
25
                public const string XslFileHtmlFull = "KDB4_DetailsFull.xsl";
26
26
diff --git a/KeePass/Forms/AboutForm.cs b/KeePass/Forms/AboutForm.cs
27
 
index 56d8d76..2aa25ee 100644
 
27
index 63a72e2..2e7ff32 100644
28
28
--- a/KeePass/Forms/AboutForm.cs
29
29
+++ b/KeePass/Forms/AboutForm.cs
30
30
@@ -92,8 +92,7 @@ namespace KeePass.Forms