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 /debian | |
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 'debian')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/ssh-askpass-gnome.desktop | 2 |
2 files changed, 10 insertions, 1 deletions
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; |