summaryrefslogtreecommitdiff
path: root/libsylph/account.c
diff options
context:
space:
mode:
authorSimeon Simeonov2018-03-01 00:00:14 +0100
committerSimeon Simeonov2018-03-01 00:00:14 +0100
commit2fc50ff5c237478749577a3446c536b11d055af3 (patch)
tree2b2e33b0ef991b4dd56b861d87349e0ccd6048e4 /libsylph/account.c
parent8de2d887916cbdd3c2d756e77116585babd026f2 (diff)
Tabify...
Diffstat (limited to 'libsylph/account.c')
-rw-r--r--libsylph/account.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsylph/account.c b/libsylph/account.c
index de0d6f0..775e2f4 100644
--- a/libsylph/account.c
+++ b/libsylph/account.c
@@ -84,7 +84,7 @@ void account_read_config_all(void)
84 ac_prefs = prefs_account_new(); 84 ac_prefs = prefs_account_new();
85 prefs_account_read_config(ac_prefs, (gchar *)cur->data); 85 prefs_account_read_config(ac_prefs, (gchar *)cur->data);
86#if USE_SSL 86#if USE_SSL
87 ac_prefs->master_password = master_password; 87 ac_prefs->master_password = master_password;
88#endif 88#endif
89 account_list = g_list_append(account_list, ac_prefs); 89 account_list = g_list_append(account_list, ac_prefs);
90 if (ac_prefs->is_default) 90 if (ac_prefs->is_default)