From 6e6af1c6496c01557a94affb751c528e322cb05a Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 27 Mar 2009 15:44:16 +0100 Subject: rediff --- debian/patches/0001-set-a-more-gnomeisch-invisible-char.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/patches') 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); -- cgit