<p><b>@kugel-</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/geany/geany/pull/1813#discussion_r308444661">src/sidebar.c</a>:</p>
<pre style='color:#555'>> +                    tree_copy_recursive(&data.best_iter, &parent_buf);
+                       unfold_iter(&parent_buf);
+                       gtk_tree_store_remove(store_openfiles, &data.best_iter);
+                       tree_add_new_dir(parent, &parent_buf, path);
+
+                       g_free(newpath);
+                       break;
+               }
+               default:
+               {
+                       tree_add_new_dir(parent, NULL, path);
+                       break;
+               }
+       }
+       if (data.needle != path)
+               g_free(data.needle);
</pre>
<p>No, you are right, might be a leftover from my modifications over the original version.</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, <a href="https://github.com/geany/geany/pull/1813?email_source=notifications&email_token=AAIOWJ47YOBUEIU6NCOTB7DQB5N4ZA5CNFSM4EWIWKT2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB75B2JY#discussion_r308444661">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ2BLBMSZKV7WRAPOOTQB5N4ZANCNFSM4EWIWKTQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AAIOWJ73KPXFDBSAESHUHALQB5N4ZA5CNFSM4EWIWKT2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB75B2JY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/pull/1813?email_source=notifications\u0026email_token=AAIOWJ47YOBUEIU6NCOTB7DQB5N4ZA5CNFSM4EWIWKT2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB75B2JY#discussion_r308444661",
"url": "https://github.com/geany/geany/pull/1813?email_source=notifications\u0026email_token=AAIOWJ47YOBUEIU6NCOTB7DQB5N4ZA5CNFSM4EWIWKT2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB75B2JY#discussion_r308444661",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>