diff options
author | Vincent Untz <vuntz@ubuntu.com> | 2014-02-09 16:10:16 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2019-06-21 16:14:04 +0100 |
commit | 734ffc23e368f9b0df085b4f191d66e21ed52d12 (patch) | |
tree | 6cfc63bad801fe486ce5c6d0a59b1d6d84417488 | |
parent | 4cf082890d12604fcd28e7387b5eb4a5fb09695e (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 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 { |