refresh screen any way

Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
This commit is contained in:
Ilia Maslakov 2009-12-05 20:46:36 +00:00 committed by Andrew Borodin
parent 8eb860eb48
commit 2ae5412fb7

View File

@ -3309,10 +3309,9 @@ user_menu (WEdit * edit)
fd = fopen (block_file, "w");
if (fd != NULL)
fclose (fd);
edit_refresh_cmd (edit);
edit->force |= REDRAW_COMPLETELY;
}
edit_refresh_cmd (edit);
edit->force |= REDRAW_COMPLETELY;
g_free (block_file);
}