<p>In <a href="https://github.com/geany/geany/pull/1144#discussion_r72893781">src/notebook.c</a>:</p>
<pre style='color:#555'>> +                    g_free(base_b);
> +          }
> +
> +          g_free(dirname_b);
> +          ++pos;
> +  }
> +
> +  g_free(base_a);
> +  g_free(dirname_a);
> +  move_tab(doc, -1);
> +}
> +
> +
> +static void on_document_open(GObject *obj, GeanyDocument *doc)
> +{
> +  if (interface_prefs.show_notebook_tabs)
</pre>
<p>Is that so?  I don't see no reason why it would be disabled?</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/1144/files/c064984ff29744294b7c25d2987c5b51f3c24405#r72893781">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ2XO689ZsgqRCOoWGFB9ozSinXY2ks5qa7PngaJpZM4JQxCD">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ5-JIcdFsqumsVhh06Iyj4Igswlvks5qa7PngaJpZM4JQxCD.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/1144/files/c064984ff29744294b7c25d2987c5b51f3c24405#r72893781"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>