mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
Removed GLib error when doing /RELOAD.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2076 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
1599a51b13
commit
0f865f87b9
1 changed files with 2 additions and 1 deletions
|
|
@ -171,7 +171,8 @@ static void key_send_line(void)
|
|||
g_free(add_history);
|
||||
}
|
||||
|
||||
gui_entry_set_text(active_entry, "");
|
||||
if (active_entry != NULL)
|
||||
gui_entry_set_text(active_entry, "");
|
||||
command_history_clear_pos(active_win);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue