[geary/mjog/misc-fixes: 1/5] Application.MainWindow: Fix hidden auth and cert infobars buttons
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/mjog/misc-fixes: 1/5] Application.MainWindow: Fix hidden auth and cert infobars buttons
- Date: Sat, 27 Jun 2020 05:28:46 +0000 (UTC)
commit 7e05b99db53e8290bb2faef99d2c0523f863a078
Author: Michael Gratton <mike vee net>
Date: Sat Jun 27 12:34:00 2020 +1000
Application.MainWindow: Fix hidden auth and cert infobars buttons
src/client/application/application-main-window.vala | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/src/client/application/application-main-window.vala
b/src/client/application/application-main-window.vala
index e6e91cf3a..332b68475 100644
--- a/src/client/application/application-main-window.vala
+++ b/src/client/application/application-main-window.vala
@@ -542,6 +542,7 @@ public class Application.MainWindow :
);
// Translators: An info bar button label
var auth_retry = new Gtk.Button.with_label(_("Login"));
+ auth_retry.show();
// Translators: An info bar button tool-tip
auth_retry.tooltip_text = _(
"Retry login, you will be prompted for your password"
@@ -557,6 +558,7 @@ public class Application.MainWindow :
);
// Translators: An info bar button label
var cert_retry = new Gtk.Button.with_label(_("Check"));
+ cert_retry.show();
// Translators: An info bar button tool-tip
cert_retry.tooltip_text = _(
"Check the security details for the connection"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]