diff options
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); |
