aboutsummaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/0001-set-a-more-gnomeisch-invisible-char.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/0001-set-a-more-gnomeisch-invisible-char.patch b/debian/patches/0001-set-a-more-gnomeisch-invisible-char.patch
index 04a79c8..3103b7b 100644
--- a/debian/patches/0001-set-a-more-gnomeisch-invisible-char.patch
+++ b/debian/patches/0001-set-a-more-gnomeisch-invisible-char.patch
@@ -7,10 +7,10 @@ Subject: [PATCH] set a more gnomeisch invisible-char
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/krb5-auth-dialog.c b/src/krb5-auth-dialog.c
-index a45c480..be6c29f 100644
+index c443cd3..6b48d2b 100644
--- a/src/krb5-auth-dialog.c
+++ b/src/krb5-auth-dialog.c
-@@ -897,6 +897,7 @@ ka_create_gtk_secure_entry (GladeXML *xml G_GNUC_UNUSED,
+@@ -924,6 +924,7 @@ ka_create_gtk_secure_entry (GladeXML *xml G_GNUC_UNUSED,
if (!strcmp(name, "krb5_entry")) {
entry = gtk_secure_entry_new ();
gtk_secure_entry_set_activates_default(GTK_SECURE_ENTRY(entry), TRUE);
bgstack15