1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

Fixed autcomplete login

This commit is contained in:
James Booth 2012-07-31 23:38:58 +01:00
parent 453fcae283
commit ab63edaeb2

View File

@ -90,7 +90,7 @@ prefs_load(void)
gsize i;
for (i = 0; i < njids; i++) {
p_autocomplete_add(ac, jids[i]);
p_autocomplete_add(ac, strdup(jids[i]));
}
for (i = 0; i < njids; i++) {