Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Sun, 05 Jan 2025 13:20:31 UTC Commit: d3cb1f16bb275147edaf98a49fdf7b7104c90a97 https://github.com/geany/geany/commit/d3cb1f16bb275147edaf98a49fdf7b7104c90a...
Log Message: ----------- Remove misleading main_status.quitting assignment
main_status.quitting = TRUE is already set in main_quit() which is the only caller of do_main_quit() and the assignment here makes the false impression it isn't set for the code above it.
Modified Paths: -------------- src/libmain.c
Modified: src/libmain.c 2 lines changed, 0 insertions(+), 2 deletions(-) =================================================================== @@ -1315,8 +1315,6 @@ static gboolean do_main_quit(void)
geany_debug("Quitting...");
- main_status.quitting = TRUE; - #ifdef HAVE_SOCKET socket_finalize(); #endif
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).