Merge pull request #1205 from ailin-nemui/formatflags

properly restore the saved text dest
This commit is contained in:
ailin-nemui 2020-07-08 10:07:07 +02:00 committed by GitHub
commit 37cac5a862
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 36 additions and 22 deletions

View file

@ -442,7 +442,7 @@ static void sig_print_text(TEXT_DEST_REC *dest, const char *text)
format_send_to_gui(dest, str);
g_free(str);
signal_emit_id(signal_gui_print_text_finished, 1, dest->window);
signal_emit_id(signal_gui_print_text_finished, 2, dest->window, dest);
}
static void sig_print_format(THEME_REC *theme, const char *module, TEXT_DEST_REC *dest,