aboutsummaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-01-10 15:46:35 +0100
committerGuido Guenther <agx@sigxcpu.org>2009-01-10 15:46:35 +0100
commit453e157e86edc9d809ee0136f2919cb64f17f582 (patch)
tree55f5dc4a92a6391e3c2ac5bcc05d9e031e692e7b /debian/patches
parentMerge commit 'upstream/0.8' (diff)
downloadkrb5-auth-dialog-453e157e86edc9d809ee0136f2919cb64f17f582.tar.gz
krb5-auth-dialog-453e157e86edc9d809ee0136f2919cb64f17f582.tar.bz2
krb5-auth-dialog-453e157e86edc9d809ee0136f2919cb64f17f582.zip
set more gnomeish invisible char
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, 22 insertions, 0 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
new file mode 100644
index 0000000..7edc31a
--- /dev/null
+++ b/debian/patches/0001-set-a-more-gnomeisch-invisible-char.patch
@@ -0,0 +1,21 @@
+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 3beaa8b..c8fc27c 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,
+ 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
new file mode 100644
index 0000000..ecea154
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-set-a-more-gnomeisch-invisible-char.patch
bgstack15