<p>In <a href="https://github.com/geany/geany/pull/797#discussion_r48686131">src/symbols.c</a>:</p>
<pre style='color:#555'>>              }
> -          *list = g_list_prepend(*list, g_slice_dup(GtkTreeIter, iter));
> +
> +          gtk_tree_model_get(GTK_TREE_MODEL(store), iter, SYMBOLS_COLUMN_TAG, &tag, -1);
</pre>
<p>hum, actually unless I'm mistaken we can always use the same <code>TMTag</code> as for the name, it's has either been already updated in the store, or the old tag's line is the same (as of <code>tm_tag_equal()</code>).<br>
So, I guess I'd rather simply go back to removing the <code>store</code>arg and receiving a <code>TMTag</code>, and use the latter both for name and line.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/pull/797/files#r48686131">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ-V1SyeR1x74styMlm6i_xpBMeq0ks5pWARxgaJpZM4G0Ju3.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/797/files#r48686131"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>