diff options
-rw-r--r-- | contrib/gnome-ssh-askpass2.c | 2 | ||||
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/ssh-askpass-gnome.desktop | 2 |
3 files changed, 12 insertions, 1 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 { |
diff --git a/debian/changelog b/debian/changelog index 793835199..b3b620f53 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,12 @@ | |||
1 | openssh (1:4.3p2-8) UNRELEASED; urgency=low | ||
2 | |||
3 | [ Vincent Untz ] | ||
4 | * Give the ssh-askpass-gnome window a default icon; remove unnecessary | ||
5 | icon extension from .desktop file (closes: | ||
6 | https://launchpad.net/bugs/27152). | ||
7 | |||
8 | -- Colin Watson <cjwatson@debian.org> Mon, 11 Dec 2006 15:04:44 +0000 | ||
9 | |||
1 | openssh (1:4.3p2-7) unstable; urgency=medium | 10 | openssh (1:4.3p2-7) unstable; urgency=medium |
2 | 11 | ||
3 | [ Colin Watson ] | 12 | [ Colin Watson ] |
diff --git a/debian/ssh-askpass-gnome.desktop b/debian/ssh-askpass-gnome.desktop index ecbb920d7..84a870d50 100644 --- a/debian/ssh-askpass-gnome.desktop +++ b/debian/ssh-askpass-gnome.desktop | |||
@@ -8,5 +8,5 @@ Exec=/usr/bin/ssh-add | |||
8 | TryExec=ssh-add | 8 | TryExec=ssh-add |
9 | Terminal=false | 9 | Terminal=false |
10 | Type=Application | 10 | Type=Application |
11 | Icon=ssh-askpass-gnome.png | 11 | Icon=ssh-askpass-gnome |
12 | Categories=Application;Network; | 12 | Categories=Application;Network; |