summaryrefslogtreecommitdiff
path: root/debian/patches/gnome-ssh-askpass2-icon.patch
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-02-27 14:05:10 +0000
committerColin Watson <cjwatson@debian.org>2010-02-27 14:05:10 +0000
commit8dcc7c5ef45cf5032dca7a308ffe17d3935e62d5 (patch)
tree2e0d8058bdfc24a60a20c5bcbfd1075ef1048ff3 /debian/patches/gnome-ssh-askpass2-icon.patch
parente44a1fb6e8e59e67e5c8b6e83c0d8566d146aad9 (diff)
Convert to source format 3.0 (quilt).
Diffstat (limited to 'debian/patches/gnome-ssh-askpass2-icon.patch')
-rw-r--r--debian/patches/gnome-ssh-askpass2-icon.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/gnome-ssh-askpass2-icon.patch b/debian/patches/gnome-ssh-askpass2-icon.patch
new file mode 100644
index 000000000..aaf804841
--- /dev/null
+++ b/debian/patches/gnome-ssh-askpass2-icon.patch
@@ -0,0 +1,13 @@
1Index: b/contrib/gnome-ssh-askpass2.c
2===================================================================
3--- a/contrib/gnome-ssh-askpass2.c
4+++ b/contrib/gnome-ssh-askpass2.c
5@@ -207,6 +207,8 @@
6
7 gtk_init(&argc, &argv);
8
9+ gtk_window_set_default_icon_from_file ("/usr/share/pixmaps/ssh-askpass-gnome.png", NULL);
10+
11 if (argc > 1) {
12 message = g_strjoinv(" ", argv + 1);
13 } else {