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

Gbp-Pq: Name gnome-ssh-askpass2-icon.patch
This commit is contained in:
Vincent Untz 2014-02-09 16:10:16 +00:00 committed by Lu zhiping
parent 79c6601799
commit 32113ac61d
1 changed files with 2 additions and 0 deletions

View File

@ -233,6 +233,8 @@ main(int argc, char **argv)
gtk_init(&argc, &argv);
gtk_window_set_default_icon_from_file ("/usr/share/pixmaps/ssh-askpass-gnome.png", NULL);
if (argc > 1) {
message = g_strjoinv(" ", argv + 1);
} else {