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

<hr>

<p>In <a href="https://github.com/geany/geany/pull/2776#discussion_r607105107">src/keyfile.c</a>:</p>
<pre style='color:#555'>>  {
        GKeyFile *config = g_key_file_new();
-       gchar *configfile = g_build_filename(app->configdir, "geany.conf", NULL);
+       gchar *configfile = g_build_filename(app->configdir, filename, NULL);
        gchar *data;
 
        g_key_file_load_from_file(config, configfile, G_KEY_FILE_NONE, NULL);
 
        /* this signal can be used e.g. to prepare any settings before Stash code reads them below */
        g_signal_emit_by_name(geany_object, "save-settings", config);
</pre>
<p>Added in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/geany/geany/commit/e406c69fe42be285a776e2eaf2888be405df5c7c/hovercard" href="https://github.com/geany/geany/commit/e406c69fe42be285a776e2eaf2888be405df5c7c"><tt>e406c69</tt></a> (also fixed the "double vision" document pane bug). Like with the "load-settings" case, I'll leave this unresolved for you to check over the diff.</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/2776#discussion_r607105107">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ5QZ55NPV25RTXH753THG7K3ANCNFSM42KJV3OQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJ3TBARC3OBO4MMRZULTHG7K3A5CNFSM42KJV3O2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOEVWHUDA.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/2776#discussion_r607105107",
"url": "https://github.com/geany/geany/pull/2776#discussion_r607105107",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>