diff options
author | Patrick McDermott <pj@pehjota.net> | 2017-11-06 15:57:32 (EST) |
---|---|---|
committer | Patrick McDermott <pj@pehjota.net> | 2017-11-06 15:57:32 (EST) |
commit | 77f157ec232e612e5aa802dc75886c33d166592a (patch) | |
tree | bc1518f796609be4016ddc973b86ac5db64a2a70 /src | |
parent | 6b90d5f5067718155f93b8d5f3f4f5c8544c1838 (diff) | |
download | marquee-77f157ec232e612e5aa802dc75886c33d166592a.zip marquee-77f157ec232e612e5aa802dc75886c33d166592a.tar.gz marquee-77f157ec232e612e5aa802dc75886c33d166592a.tar.bz2 |
src/config/profiles.c: Add a blank line
Diffstat (limited to 'src')
-rw-r--r-- | src/config/profiles.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/profiles.c b/src/config/profiles.c index 8957e15..aca758b 100644 --- a/src/config/profiles.c +++ b/src/config/profiles.c @@ -54,6 +54,7 @@ create(MqProfiles *profiles) profile = mq_profiles_insert(profiles, "Private", "#6060a0"); g_free(profile); + mq_profiles_save(profiles); /* TODO: Create configs. */ |