<p>In <a href="https://github.com/geany/geany/pull/406#discussion_r52834451">src/symbols.c</a>:</p>
<pre style='color:#555'>> +    gtk_tree_model_get_iter(model, &iter, path);
> +  gtk_tree_model_get(model, &iter, TAG_COLUMN, &tag, -1);
> +  g_return_if_fail(tag);
> +
> +  new_doc = document_find_by_real_path(tag->file->file_name);
> +  if (!new_doc)
> +          new_doc = document_open_file(tag->file->file_name, FALSE, NULL, NULL);
> +
> +  if (new_doc)
> +  {
> +          GeanyDocument *old_doc = document_get_current();
> +
> +          navqueue_goto_line(old_doc, new_doc, tag->line);
> +  }
> +
> +  gtk_widget_hide(tag_goto_popup);
</pre>
<p>the whole store should probably be cleared when hiding, not to keep TMTags around for no reason.  note: destroying the popup would take care of this.</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/406/files#r52834451">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ5bdGdgk-iPt9mINigT21SIsL7Bpks5pj6J_gaJpZM4DUzez.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/406/files#r52834451"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>