<p>If you want to "fix" the issue, I guess you could do that (untested):</p>

<div class="highlight highlight-source-diff"><pre><span class="pl-c1">diff --git a/scope/src/store/scptreestore.c b/scope/src/store/scptreestore.c</span>
index 4ee0f45..c659560 100644
<span class="pl-md">--- a/scope/src/store/scptreestore.c</span>
<span class="pl-mi1">+++ b/scope/src/store/scptreestore.c</span>
<span class="pl-mdr">@@ -906,7 +906,7 @@</span> GtkTreePath *scp_tree_store_get_path(VALIDATE_ONLY ScpTreeStore *store, GtkTreeI
        {
                gtk_tree_path_append_index(path, ITER_INDEX(iter));

<span class="pl-md">-               while ((elem = elem->parent), elem->parent)</span>
<span class="pl-mi1">+               for (elem = elem->parent; elem->parent; elem = elem->parent)</span>
                {
                        gint index = scp_ptr_array_find(elem->parent->children, elem);
</pre></div>

<p>But that's not a but so…</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-plugins/pull/397#issuecomment-194601384">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ3P3ue46i0h5Mxm6rN0EioSsTNtgks5pr3AOgaJpZM4HtUuv.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-plugins/pull/397#issuecomment-194601384"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>