1:5.8.1p1-3
[openssh.git] / debian / patches / gnome-ssh-askpass2-icon.patch
1 Description: Give the ssh-askpass-gnome window a default icon
2 Author: Vincent Untz <vuntz@ubuntu.com>
3 Bug-Ubuntu: https://bugs.launchpad.net/bugs/27152
4 Last-Update: 2010-02-28
5
6 Index: b/contrib/gnome-ssh-askpass2.c
7 ===================================================================
8 --- a/contrib/gnome-ssh-askpass2.c
9 +++ b/contrib/gnome-ssh-askpass2.c
10 @@ -209,6 +209,8 @@
11  
12         gtk_init(&argc, &argv);
13  
14 +       gtk_window_set_default_icon_from_file ("/usr/share/pixmaps/ssh-askpass-gnome.png", NULL);
15 +
16         if (argc > 1) {
17                 message = g_strjoinv(" ", argv + 1);
18         } else {