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 fcc0023..04a79c8 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 dfd5ef5..6f4f3ea 100644
+index a45c480..be6c29f 100644
--- a/src/krb5-auth-dialog.c
+++ b/src/krb5-auth-dialog.c
-@@ -882,6 +882,7 @@ ka_create_gtk_secure_entry (GladeXML *xml, gchar *func_name, gchar *name,
+@@ -897,6 +897,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