aboutsummaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2008-06-08 17:37:53 +0200
committerGuido Guenther <agx@sigxcpu.org>2008-06-08 22:45:14 +0200
commit9a72c002c14037ef565ad2fa942015e2c17b421f (patch)
tree997f4e0f10c28a4b08e07314397f9dde401f70b3 /debian/patches
parentMerge branch 'upstream' (diff)
downloadkrb5-auth-dialog-9a72c002c14037ef565ad2fa942015e2c17b421f.tar.gz
krb5-auth-dialog-9a72c002c14037ef565ad2fa942015e2c17b421f.tar.bz2
krb5-auth-dialog-9a72c002c14037ef565ad2fa942015e2c17b421f.zip
drop set-default-icon.diff, included in our "upstream" git
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/series1
-rw-r--r--debian/patches/set-default-icon.patch25
2 files changed, 0 insertions, 26 deletions
diff --git a/debian/patches/series b/debian/patches/series
index 9ee5b50..5e065be 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
desktop-file.diff
man-section.diff
-set-default-icon.patch
diff --git a/debian/patches/set-default-icon.patch b/debian/patches/set-default-icon.patch
deleted file mode 100644
index e2b1c91..0000000
--- a/debian/patches/set-default-icon.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 99b47991b67281627cda341f5e4be2604d3a8a43 Mon Sep 17 00:00:00 2001
-From: Guido Guenther <agx@sigxcpu.org>
-Date: Mon, 21 Apr 2008 15:36:22 +0200
-Subject: [PATCH] set a default icon
-
-so it shows up in the wm list
----
- 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 81f4f38..0bb2e6d 100644
---- a/src/krb5-auth-dialog.c
-+++ b/src/krb5-auth-dialog.c
-@@ -581,6 +581,7 @@ main (int argc, char *argv[])
-
- xml = glade_xml_new (GLADEDIR "krb5-auth-dialog.glade", NULL, NULL);
- dialog = glade_xml_get_widget (xml, "krb5_dialog");
-+ gtk_window_set_default_icon_name ("gtk-dialog-authentication");
-
- if (credentials_expiring (NULL))
- g_timeout_add (CREDENTIAL_CHECK_INTERVAL * 1000, (GSourceFunc)credentials_expiring, NULL);
---
-1.5.5
-
bgstack15