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

<hr>

<p>In <a href="https://github.com/geany/geany/pull/2776#discussion_r606866020">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>Probably ok with just the prefs, not aware of anything in Geany or any plugins that use the <code>save-settings</code> for getting the session or MRUs.  Since they would have to change to the new signal anyway, leave it for now and add if they ask.</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_r606866020">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ7N2T5PYOWXFWWG5JTTHDXVBANCNFSM42KJV3OQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJ27CVGFTURV3OXEPNDTHDXVBA5CNFSM42KJV3O2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOEVUBUMI.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_r606866020",
"url": "https://github.com/geany/geany/pull/2776#discussion_r606866020",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>