Files
cproof/src
Michael Vetter 5c484c26ed fix: Fix not saving first created account
Commit 81f92f1fe introduced a selective update mechanism to
_accounts_save() to prevent overwrites when running multiple instances
by only modifying the specific account being saved.

There was one mistake: the logic for adding a new
account was tied to the final iteration of a loop over
existing accounts.

When starting with an empty accounts file, the
loop never executes though.

We can call g_key_file_set_value() directly and don't need the loop
because this function will only modify one entry or add it if it doesn't
exist.
2026-03-09 09:57:48 +01:00
..
2026-03-08 21:45:35 +01:00
2025-11-23 12:47:39 +01:00
2026-03-09 07:52:21 +01:00
2026-02-27 22:29:45 +01:00
2026-02-20 16:13:31 +01:00
2026-02-05 09:13:40 +01:00
2026-02-27 22:29:45 +01:00
2025-03-12 10:15:39 +01:00
2026-02-20 16:13:31 +01:00