mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
Used Tabs instead of spaces and increased ABI_VERSION
This commit is contained in:
parent
f9595c03b1
commit
1bfe27c66e
3 changed files with 11 additions and 11 deletions
|
|
@ -340,14 +340,14 @@ int main(int argc, char **argv)
|
|||
can call our dirty-checker after each iteration */
|
||||
while (!quitting) {
|
||||
if (sighup_received) {
|
||||
sighup_received = FALSE;
|
||||
sighup_received = FALSE;
|
||||
|
||||
if (settings_get_bool("quit_on_hup")) {
|
||||
signal_emit("gui exit", 0);
|
||||
}
|
||||
else {
|
||||
signal_emit("command reload", 1, "");
|
||||
}
|
||||
if (settings_get_bool("quit_on_hup")) {
|
||||
signal_emit("gui exit", 0);
|
||||
}
|
||||
else {
|
||||
signal_emit("command reload", 1, "");
|
||||
}
|
||||
}
|
||||
|
||||
dirty_check();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue