<p>In <a href="https://github.com/geany/geany/pull/1144#discussion_r72894111">src/keyfile.c</a>:</p>
<pre style='color:#555'>> @@ -777,6 +781,8 @@ static void load_dialog_prefs(GKeyFile *config)
>    file_prefs.tab_order_ltr = utils_get_setting_boolean(config, PACKAGE, "tab_order_ltr", TRUE);
>    file_prefs.tab_order_beside = utils_get_setting_boolean(config, PACKAGE, "tab_order_beside", FALSE);
>    interface_prefs.show_notebook_tabs = utils_get_setting_boolean(config, PACKAGE, "show_notebook_tabs", TRUE);
> +  if (interface_prefs.auto_sort_tabs_filename && interface_prefs.auto_sort_tabs_pathname)
> +          interface_prefs.auto_sort_tabs_filename = FALSE;
</pre>
<p>indeed</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#r72894111">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ5opDlgVu_ktaCFjpWgZz4OPMtBjks5qa7i2gaJpZM4JQxCD">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ_WNCptVoXJMi5hNPtaf2jD_zBIQks5qa7i2gaJpZM4JQxCD.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#r72894111"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>