mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Window-statusbars are created correctly with /RELOAD, some input line
fixes related to /RELOAD. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1831 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
1718083cf6
commit
f86da8c0e5
4 changed files with 22 additions and 9 deletions
|
|
@ -290,7 +290,10 @@ static void sig_statusbar_item_destroyed(SBAR_ITEM_REC *item)
|
|||
GUI_ENTRY_REC *rec;
|
||||
|
||||
rec = g_hash_table_lookup(input_entries, item);
|
||||
if (rec != NULL) gui_entry_destroy(rec);
|
||||
if (rec != NULL) {
|
||||
gui_entry_destroy(rec);
|
||||
g_hash_table_remove(input_entries, item);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue