mirror of
https://github.com/irssi/irssi.git
synced 2026-08-22 01:52:19 +02:00
Fixed typo
This commit is contained in:
parent
2c7d58586b
commit
5135eee57a
1 changed files with 1 additions and 1 deletions
|
|
@ -462,7 +462,7 @@ void fe_common_core_finish_init(void)
|
|||
|
||||
gboolean strarray_find_dest(char **array, const TEXT_DEST_REC *dest)
|
||||
{
|
||||
const WindowType type = dest->window->active ? window_item_get_type(dest->window->active) : WI_ITEM_OTHER;
|
||||
const WindowType type = dest->window->active ? window_item_get_type(dest->window->active) : WI_TYPE_OTHER;
|
||||
GSList *targets = NULL, *iterator = NULL;
|
||||
gboolean found = FALSE;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue