[Commits] [SCM] claws branch, master, updated. 3.18.0-41-g8ab15b712
wwp at claws-mail.org
wwp at claws-mail.org
Tue Aug 24 21:10:37 UTC 2021
The branch, master has been updated
via 8ab15b71252601cc0a0902ff79c9cf3c24a081ae (commit)
from 074f7e60c16594824b05a686d5156f82cca833f3 (commit)
Summary of changes:
src/account.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 8ab15b71252601cc0a0902ff79c9cf3c24a081ae
Author: wwp <subscript at free.fr>
Date: Tue Aug 24 23:10:22 2021 +0200
Fix wrong widget name for tooltip.
diff --git a/src/account.c b/src/account.c
index c61aab5f5..d77a4c2fd 100644
--- a/src/account.c
+++ b/src/account.c
@@ -800,7 +800,7 @@ static void account_edit_create(void)
gtk_box_pack_start (GTK_BOX (vbox2), del_btn, FALSE, FALSE, 4);
g_signal_connect (G_OBJECT(del_btn), "clicked",
G_CALLBACK (account_delete), NULL);
- CLAWS_SET_TIP(down_btn,
+ CLAWS_SET_TIP(del_btn,
_("Delete the selected account from the list"));
clone_btn = gtk_button_new_from_stock(GTK_STOCK_COPY);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list