<p>In <a href="https://github.com/geany/geany/pull/1144#discussion_r72888642">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>is this useful? also, it should probably go some place else, so that it's executed when loading settings directly rather than when displaying them, shouldn't it?</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#r72888642">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJz4UPj9EKYfBKwpI-LbnUsspcBS0ks5qa2FtgaJpZM4JQxCD">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ9KmMkj2zD-027bVPhhIS1CbCZSGks5qa2FtgaJpZM4JQxCD.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#r72888642"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>