diff options
Diffstat (limited to 'contrib/gnome-ssh-askpass2.c')
-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..9d97c30c0 100644 --- a/contrib/gnome-ssh-askpass2.c +++ b/contrib/gnome-ssh-askpass2.c | |||
@@ -120,6 +120,8 @@ passphrase_dialog(char *message) | |||
120 | g_signal_connect(G_OBJECT(entry), "activate", | 120 | g_signal_connect(G_OBJECT(entry), "activate", |
121 | G_CALLBACK(ok_dialog), dialog); | 121 | G_CALLBACK(ok_dialog), dialog); |
122 | 122 | ||
123 | gtk_window_set_keep_above(GTK_WINDOW(dialog), TRUE); | ||
124 | |||
123 | /* Grab focus */ | 125 | /* Grab focus */ |
124 | gtk_widget_show_now(dialog); | 126 | gtk_widget_show_now(dialog); |
125 | if (grab_pointer) { | 127 | if (grab_pointer) { |