From 5135eee57a7572ccb36f0c126a20ac81ed717078 Mon Sep 17 00:00:00 2001 From: Jari Matilainen Date: Wed, 29 Mar 2017 16:46:39 +0200 Subject: [PATCH] Fixed typo --- src/fe-common/core/fe-common-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fe-common/core/fe-common-core.c b/src/fe-common/core/fe-common-core.c index cc56b053..6eaef10d 100644 --- a/src/fe-common/core/fe-common-core.c +++ b/src/fe-common/core/fe-common-core.c @@ -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;