diff options
| author | Simeon Simeonov | 2018-03-08 15:01:45 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2018-03-08 15:01:45 +0100 |
| commit | 57944f6147f077ccf4d84b9d2659f4e8645e8858 (patch) | |
| tree | b5a4f7af257058fb602d36590568ffd06681f6cd /src/main.c | |
| parent | 9bcc1f9650eb2d9dff7a78c632dcc14dfcfac9ee (diff) | |
Reastructure master password functionality
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -265,9 +265,11 @@ int main(int argc, char *argv[]) | |||
| 265 | set_ui_update_func(gtkut_events_flush); | 265 | set_ui_update_func(gtkut_events_flush); |
| 266 | set_progress_func(main_window_progress_show); | 266 | set_progress_func(main_window_progress_show); |
| 267 | set_input_query_password_func(input_dialog_query_password); | 267 | set_input_query_password_func(input_dialog_query_password); |
| 268 | set_input_set_new_password_func(input_dialog_set_new_password); | ||
| 268 | #if USE_SSL | 269 | #if USE_SSL |
| 269 | ssl_init(); | 270 | ssl_init(); |
| 270 | ssl_set_verify_func(ssl_manager_verify_cert); | 271 | ssl_set_verify_func(ssl_manager_verify_cert); |
| 272 | set_input_query_master_password_func(input_dialog_query_master_password); | ||
| 271 | #endif | 273 | #endif |
| 272 | 274 | ||
| 273 | CHDIR_EXIT_IF_FAIL(get_home_dir(), 1); | 275 | CHDIR_EXIT_IF_FAIL(get_home_dir(), 1); |
