From d58c0127c66a9c1b1a3239bdfd98ac5ca6d4679a Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 4 Apr 2009 15:03:38 +0200 Subject: rediff 0001-set-a-more-gnomeisch-invisible-char.patch --- debian/patches/0001-set-a-more-gnomeisch-invisible-char.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') 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); -- cgit