In src/symbols.c:

> @@ -138,6 +148,9 @@ static struct
>  }
>  symbol_menu;
>  
> +static GtkWidget *tag_goto_popup = NULL;
> +static GtkWidget *tag_goto_tree_view = NULL;

meh, is it that important to cache the popup?


Reply to this email directly or view it on GitHub.