summaryrefslogtreecommitdiff
path: root/debian/patches/gnome-ssh-askpass2-icon.patch
diff options
context:
space:
mode:
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 {