aboutsummaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-03-27 15:44:16 +0100
committerGuido Günther <agx@sigxcpu.org>2009-03-27 15:44:16 +0100
commit6e6af1c6496c01557a94affb751c528e322cb05a (patch)
tree45a25e8c507ef8fd4c54cb67e929d4373960f9f9 /debian/patches
parentadd dbus service file (diff)
downloadkrb5-auth-dialog-6e6af1c6496c01557a94affb751c528e322cb05a.tar.gz
krb5-auth-dialog-6e6af1c6496c01557a94affb751c528e322cb05a.tar.bz2
krb5-auth-dialog-6e6af1c6496c01557a94affb751c528e322cb05a.zip
rediff
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