Codebase list krb5-auth-dialog / 32955a0
drop 0001-set-a-more-gnomeisch-invisible-char.patch fixed upstream Guido Günther 15 years ago
2 changed file(s) with 0 addition(s) and 22 deletion(s). Raw diff Collapse all Expand all
+0
-21
debian/patches/0001-set-a-more-gnomeisch-invisible-char.patch less more
0 From: Guido Guenther <agx@sigxcpu.org>
1 Date: Sat, 14 Jun 2008 18:53:15 +0200
2 Subject: [PATCH] set a more gnomeisch invisible-char
3
4 ---
5 src/krb5-auth-dialog.c | 1 +
6 1 files changed, 1 insertions(+), 0 deletions(-)
7
8 diff --git a/src/krb5-auth-dialog.c b/src/krb5-auth-dialog.c
9 index c443cd3..6b48d2b 100644
10 --- a/src/krb5-auth-dialog.c
11 +++ b/src/krb5-auth-dialog.c
12 @@ -924,6 +924,7 @@ ka_create_gtk_secure_entry (GladeXML *xml G_GNUC_UNUSED,
13 if (!strcmp(name, "krb5_entry")) {
14 entry = gtk_secure_entry_new ();
15 gtk_secure_entry_set_activates_default(GTK_SECURE_ENTRY(entry), TRUE);
16 + gtk_widget_set(entry, "invisible-char", 0x25cf, NULL);
17 gtk_widget_show (entry);
18 } else {
19 g_warning("Don't know anything about widget %s", name);
20 --
+0
-1
debian/patches/series less more
0 0001-set-a-more-gnomeisch-invisible-char.patch