@abmorris commented on this pull request.
> {
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);
Added in e406c69f (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.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2776#discussion_r607105107