1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 08:06:35 +01:00

possibly fix sound notification bug

This commit is contained in:
Jfreegman
2014-10-12 00:28:28 -04:00
parent 4e9f125e95
commit be264528d2
2 changed files with 23 additions and 27 deletions

View File

@@ -384,8 +384,7 @@ void dns3_lookup(ToxWindow *self, Tox *m, const char *id_bin, const char *addr,
}
if (t_data.busy) {
const char *err = "Please wait for previous user lookup to finish.";
line_info_add(self, NULL, NULL, NULL, SYS_MSG, 0, 0, err);
line_info_add(self, NULL, NULL, NULL, SYS_MSG, 0, 0, "Please wait for previous user lookup to finish.");
return;
}