mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
/SET translation was broken - fixed by lam@e-gate.pl.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1815 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
26d84e25ab
commit
de0ab10145
@ -126,7 +126,7 @@ static void read_settings(void)
|
||||
return;
|
||||
}
|
||||
|
||||
if (current_translation != NULL &&
|
||||
if (current_translation == NULL ||
|
||||
strcmp(translation, current_translation) != 0) {
|
||||
g_free_not_null(current_translation);
|
||||
current_translation = g_strdup(translation);
|
||||
|
Loading…
Reference in New Issue
Block a user