diff options
Diffstat (limited to 'libempathy-gtk/empathy-tls-dialog.c')
-rw-r--r-- | libempathy-gtk/empathy-tls-dialog.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-tls-dialog.c b/libempathy-gtk/empathy-tls-dialog.c index 7eb59a214..7a9081fcb 100644 --- a/libempathy-gtk/empathy-tls-dialog.c +++ b/libempathy-gtk/empathy-tls-dialog.c @@ -313,6 +313,8 @@ empathy_tls_dialog_constructed (GObject *object) gtk_container_add (GTK_CONTAINER (expander), details); gtk_widget_show (details); + gtk_window_set_keep_above (GTK_WINDOW (self), TRUE); + tp_g_signal_connect_object (priv->certificate, "invalidated", G_CALLBACK (certificate_invalidated_cb), self, 0); } |