[geany/geany] b3e0cf: Session files must be saved to session.conf where they are loaded from.
Thomas Martitz
git-noreply at xxxxx
Sat Feb 12 23:07:10 UTC 2022
Branch: refs/heads/master
Author: Thomas Martitz <thomas.martitz at mailbox.org>
Committer: Thomas Martitz <thomas.martitz at mailbox.org>
Date: Sat, 12 Feb 2022 23:07:10 UTC
Commit: b3e0cfb91c2acbb585ea7824fc83e2e052f94551
https://github.com/geany/geany/commit/b3e0cfb91c2acbb585ea7824fc83e2e052f94551
Log Message:
-----------
Session files must be saved to session.conf where they are loaded from.
This bug was present since the original session.conf merge:
b11d05a53cd3 Split geany.conf into geany.conf (preferences) and session.conf …
Modified Paths:
--------------
src/keyfile.c
Modified: src/keyfile.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1130,7 +1130,7 @@ static void load_ui_session(GKeyFile *config)
*/
void configuration_save_default_session(void)
{
- gchar *configfile = g_build_filename(app->configdir, PREFS_FILE, NULL);
+ gchar *configfile = g_build_filename(app->configdir, SESSION_FILE, NULL);
gchar *data;
GKeyFile *config = g_key_file_new();
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list