diff options
author | Colin Watson <cjwatson@debian.org> | 2006-12-11 15:07:29 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2006-12-11 15:07:29 +0000 |
commit | 418b09765243d274fa326639dc34961acb9792d7 (patch) | |
tree | 05bd252b7c1e96d8a57c25b4081c37c3d484063a /contrib | |
parent | 72566989b4846c9715b0f0bfb031af474d5890cc (diff) |
* Give the ssh-askpass-gnome window a default icon; remove unnecessary
icon extension from .desktop file (closes:
https://launchpad.net/bugs/27152).
Diffstat (limited to 'contrib')
-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 901176dbb..86d9f9d05 100644 --- a/contrib/gnome-ssh-askpass2.c +++ b/contrib/gnome-ssh-askpass2.c | |||
@@ -207,6 +207,8 @@ main(int argc, char **argv) | |||
207 | 207 | ||
208 | gtk_init(&argc, &argv); | 208 | gtk_init(&argc, &argv); |
209 | 209 | ||
210 | gtk_window_set_default_icon_from_file ("/usr/share/pixmaps/ssh-askpass-gnome.png", NULL); | ||
211 | |||
210 | if (argc > 1) { | 212 | if (argc > 1) { |
211 | message = g_strjoinv(" ", argv + 1); | 213 | message = g_strjoinv(" ", argv + 1); |
212 | } else { | 214 | } else { |