From 57944f6147f077ccf4d84b9d2659f4e8645e8858 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Thu, 8 Mar 2018 15:01:45 +0100 Subject: Reastructure master password functionality --- src/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 77d8192..be8ea54 100644 --- a/src/main.c +++ b/src/main.c @@ -265,9 +265,11 @@ int main(int argc, char *argv[]) set_ui_update_func(gtkut_events_flush); set_progress_func(main_window_progress_show); set_input_query_password_func(input_dialog_query_password); + set_input_set_new_password_func(input_dialog_set_new_password); #if USE_SSL ssl_init(); ssl_set_verify_func(ssl_manager_verify_cert); + set_input_query_master_password_func(input_dialog_query_master_password); #endif CHDIR_EXIT_IF_FAIL(get_home_dir(), 1); -- cgit v1.3