mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
bugfix
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1392 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
689fb5a267
commit
ae68205a5b
1 changed files with 1 additions and 1 deletions
|
|
@ -533,7 +533,7 @@ static void read_settings(void)
|
|||
|
||||
while (remove_listens != NULL) {
|
||||
remove_listen(remove_listens->data);
|
||||
g_slist_remove(remove_listens, remove_listens->data);
|
||||
remove_listens = g_slist_remove(remove_listens, remove_listens->data);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue