summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorVincent Untz <vuntz@ubuntu.com>2014-02-09 16:10:16 +0000
committerColin Watson <cjwatson@debian.org>2017-08-22 16:24:44 +0100
commit28b830b6c22317c039ec2b2070fcd94bc3cf0477 (patch)
tree6e2f60e001f6df279caed2a2407de9fcac86e9b6 /contrib
parent1780065057642803e173730f6e2162943ae54302 (diff)
Give the ssh-askpass-gnome window a default icon
Bug-Ubuntu: https://bugs.launchpad.net/bugs/27152 Last-Update: 2010-02-28 Patch-Name: gnome-ssh-askpass2-icon.patch
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gnome-ssh-askpass2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/gnome-ssh-askpass2.c b/contrib/gnome-ssh-askpass2.c
index 535a69274..e37a13382 100644
--- a/contrib/gnome-ssh-askpass2.c
+++ b/contrib/gnome-ssh-askpass2.c
@@ -211,6 +211,8 @@ main(int argc, char **argv)
211 211
212 gtk_init(&argc, &argv); 212 gtk_init(&argc, &argv);
213 213
214 gtk_window_set_default_icon_from_file ("/usr/share/pixmaps/ssh-askpass-gnome.png", NULL);
215
214 if (argc > 1) { 216 if (argc > 1) {
215 message = g_strjoinv(" ", argv + 1); 217 message = g_strjoinv(" ", argv + 1);
216 } else { 218 } else {