diff options
author | Vincent Untz <vuntz@ubuntu.com> | 2014-02-09 16:10:16 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2016-02-29 12:35:09 +0000 |
commit | 5e5d8faea814efa9368ccec343580b6dcd440d5e (patch) | |
tree | 93cdf8c454d7d39963cde1ab3849e53585925060 | |
parent | c2f77b15d182a5399d4548a57a471d6be7b25a87 (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
-rw-r--r-- | contrib/gnome-ssh-askpass2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/gnome-ssh-askpass2.c b/contrib/gnome-ssh-askpass2.c index 9d97c30c0..04b3a110e 100644 --- a/contrib/gnome-ssh-askpass2.c +++ b/contrib/gnome-ssh-askpass2.c | |||
@@ -209,6 +209,8 @@ main(int argc, char **argv) | |||
209 | 209 | ||
210 | gtk_init(&argc, &argv); | 210 | gtk_init(&argc, &argv); |
211 | 211 | ||
212 | gtk_window_set_default_icon_from_file ("/usr/share/pixmaps/ssh-askpass-gnome.png", NULL); | ||
213 | |||
212 | if (argc > 1) { | 214 | if (argc > 1) { |
213 | message = g_strjoinv(" ", argv + 1); | 215 | message = g_strjoinv(" ", argv + 1); |
214 | } else { | 216 | } else { |