[Pkg-cli-apps-commits] [SCM] keepass2 branch, master, updated. debian/2.15+dfsg-2-12-g00a56ed

Julian Taylor jtaylor.debian at googlemail.com
Tue Jun 21 17:43:03 UTC 2011


The following commit has been merged in the master branch:
commit 68ba5cd4d0df065b9faa870f3771ae89174d9071
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Sat May 7 19:46:41 2011 +0200

    patch: increase tab size to avoid crash on changing tabs

diff --git a/debian/patches/16_increase-tab-size-to-avoid-crash-on-changing-tabs.patch b/debian/patches/16_increase-tab-size-to-avoid-crash-on-changing-tabs.patch
new file mode 100644
index 0000000..20adcca
--- /dev/null
+++ b/debian/patches/16_increase-tab-size-to-avoid-crash-on-changing-tabs.patch
@@ -0,0 +1,25 @@
+From: Julian Taylor <jtaylor.debian at googlemail.com>
+Date: Sat, 7 May 2011 19:38:50 +0200
+Subject: increase tab size to avoid crash on changing tabs
+
+Bug: http://sourceforge.net/projects/keepass/forums/forum/329221/topic/4519750
+Applied-Upstream: 2.16
+
+---
+ KeePass/Forms/MainForm.Designer.cs |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/KeePass/Forms/MainForm.Designer.cs b/KeePass/Forms/MainForm.Designer.cs
+index 3a868cd..139b121 100644
+--- a/KeePass/Forms/MainForm.Designer.cs
++++ b/KeePass/Forms/MainForm.Designer.cs
+@@ -1747,7 +1747,7 @@
+ 			this.m_tabMain.Name = "m_tabMain";
+ 			this.m_tabMain.SelectedIndex = 0;
+ 			this.m_tabMain.ShowToolTips = true;
+-			this.m_tabMain.Size = new System.Drawing.Size(654, 22);
++			this.m_tabMain.Size = new System.Drawing.Size(654, 25);
+ 			this.m_tabMain.TabIndex = 2;
+ 			this.m_tabMain.MouseClick += new System.Windows.Forms.MouseEventHandler(this.OnTabMainMouseClick);
+ 			this.m_tabMain.SelectedIndexChanged += new System.EventHandler(this.OnTabMainSelectedIndexChanged);
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 999386c..fe9dc38 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -13,3 +13,4 @@
 13-remove-ToolsVersion-3.5.patch
 14_fix-WebClient-for-ftp-access-under-mono.patch
 15_add-xdotool-keysym-mapping-for-square-brackets.patch
+16_increase-tab-size-to-avoid-crash-on-changing-tabs.patch

-- 
keepass2



More information about the Pkg-cli-apps-commits mailing list