talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit f2c16c568e087c313883c5e5356e06a2f594e3cc
parent 476dc684ebb1cae602bb5658e139706fd9b76ded
Author: Colin Leroy <colin@colino.net>
Date:   Thu, 11 Feb 2016 10:33:10 +0100

Fix another g_log warning

Diffstat:
Msrc/account.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/account.c b/src/account.c @@ -375,6 +375,9 @@ GList *account_get_list(void) void account_edit_focus(void) { + if (edit_account.window == NULL) { + return; + } manage_window_set_transient(GTK_WINDOW(edit_account.window)); gtk_widget_grab_focus(edit_account.close_btn); gtk_widget_show(edit_account.window);