aboutsummaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-04-24 11:46:32 +0200
committerGuido Günther <agx@sigxcpu.org>2009-04-24 11:46:32 +0200
commit32955a0db2a1b68584079fee97767ddd841c8d8f (patch)
treef33bac170eaa86615ab7ba5d54945fbf18dea01e /debian/patches
parentMerge commit 'upstream/0.9+0gitec60300' (diff)
downloadkrb5-auth-dialog-32955a0db2a1b68584079fee97767ddd841c8d8f.tar.gz
krb5-auth-dialog-32955a0db2a1b68584079fee97767ddd841c8d8f.tar.bz2
krb5-auth-dialog-32955a0db2a1b68584079fee97767ddd841c8d8f.zip
drop 0001-set-a-more-gnomeisch-invisible-char.patch
fixed upstream
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/0001-set-a-more-gnomeisch-invisible-char.patch21
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 22 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
deleted file mode 100644
index 3103b7b..0000000
--- a/debian/patches/0001-set-a-more-gnomeisch-invisible-char.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Guido Guenther <agx@sigxcpu.org>
-Date: Sat, 14 Jun 2008 18:53:15 +0200
-Subject: [PATCH] set a more gnomeisch invisible-char
-
----
- src/krb5-auth-dialog.c | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
-
-diff --git a/src/krb5-auth-dialog.c b/src/krb5-auth-dialog.c
-index c443cd3..6b48d2b 100644
---- a/src/krb5-auth-dialog.c
-+++ b/src/krb5-auth-dialog.c
-@@ -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);
-+ gtk_widget_set(entry, "invisible-char", 0x25cf, NULL);
- gtk_widget_show (entry);
- } else {
- g_warning("Don't know anything about widget %s", name);
---
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ecea154..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-set-a-more-gnomeisch-invisible-char.patch
bgstack15