diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-03-01 15:09:50 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2009-03-01 15:09:50 +0100 |
commit | 0a0e716624d009344ac4225d124ba1eda91c0c66 (patch) | |
tree | 17175bfdf56d9f948ef1e2884851a32f5a29ba5c /debian/patches/0001-set-a-more-gnomeisch-invisible-char.patch | |
parent | reenable autogen.sh for SVN snapshot (diff) | |
download | krb5-auth-dialog-0a0e716624d009344ac4225d124ba1eda91c0c66.tar.gz krb5-auth-dialog-0a0e716624d009344ac4225d124ba1eda91c0c66.tar.bz2 krb5-auth-dialog-0a0e716624d009344ac4225d124ba1eda91c0c66.zip |
drop patches applied upstream:
* 0002-don-t-try-pkinit-if-pk_userid-is-non-null-but-empty.patch
* 0003-move-icons-to-datadir-krb5-auth-dialog.patch
Diffstat (limited to 'debian/patches/0001-set-a-more-gnomeisch-invisible-char.patch')
-rw-r--r-- | debian/patches/0001-set-a-more-gnomeisch-invisible-char.patch | 4 |
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 7edc31a..fcc0023 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 3beaa8b..c8fc27c 100644 +index dfd5ef5..6f4f3ea 100644 --- a/src/krb5-auth-dialog.c +++ b/src/krb5-auth-dialog.c -@@ -810,6 +810,7 @@ ka_create_gtk_secure_entry (GladeXML *xml, gchar *func_name, gchar *name, +@@ -882,6 +882,7 @@ ka_create_gtk_secure_entry (GladeXML *xml, gchar *func_name, gchar *name, if (!strcmp(name, "krb5_entry")) { entry = gtk_secure_entry_new (); gtk_secure_entry_set_activates_default(GTK_SECURE_ENTRY(entry), TRUE); |