mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
Fix /script reset, which caused crashes (Bug 48)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3721 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
bfb951d3be
commit
9124723ce1
4 changed files with 6 additions and 1 deletions
|
|
@ -100,6 +100,7 @@ deinit()
|
|||
CODE:
|
||||
if (!initialized) return;
|
||||
perl_themes_deinit();
|
||||
initialized = FALSE;
|
||||
|
||||
BOOT:
|
||||
irssi_boot(UI__Formats);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue