<p>In <a href="https://github.com/geany/geany/pull/957#discussion_r61929073">tagmanager/src/tm_workspace.c</a>:</p>
<pre style='color:#555'>> @@ -72,6 +72,9 @@ static gboolean tm_create_workspace(void)
>    theWorkspace->source_files = g_ptr_array_new();
>    theWorkspace->typename_array = g_ptr_array_new();
>    theWorkspace->global_typename_array = g_ptr_array_new();
> +
> +  tm_source_file_ctags_init();
</pre>
<p>shouldn't that be <code>tm_ctags_init()</code> instead of the <code>tm_source_file_ctags_init()</code> indirection?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly or <a href="https://github.com/geany/geany/pull/957/files/f61a64be29cbba0162f92eb5c1fe4aa2af33fd33..7be40f5832c082ca27bce5e4756c602b5d022580#r61929073">view it on GitHub</a><img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ0UPdyZvgEIUZflEqYxd6W8ELi9Nks5p95DwgaJpZM4Ht-Ad.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/957/files/f61a64be29cbba0162f92eb5c1fe4aa2af33fd33..7be40f5832c082ca27bce5e4756c602b5d022580#r61929073"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>