1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 14:56:39 +02:00

core: do not force weechat_quit to 0 in main loop, so that a /quit issued before main loop is working

This commit is contained in:
Sebastien Helleu
2013-04-12 09:10:57 +02:00
parent 67f6668d1b
commit fe6cb5c1b3
-2
View File
@@ -326,8 +326,6 @@ gui_main_loop ()
int max_fd;
int ready;
weechat_quit = 0;
/* catch SIGTERM signal: quit program */
util_catch_signal (SIGTERM, &gui_main_signal_sigterm);
util_catch_signal (SIGQUIT, &gui_main_signal_sigquit);