From 51f886e4c8b44242b10c057a1af70f66f28bb2e6 Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 5 Sep 2005 07:27:20 +0000 Subject: made query-password function UI independent. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@546 ee746299-78ed-0310-b773-934348b2243d --- src/main.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 22091e05..5656fa8f 100644 --- a/src/main.c +++ b/src/main.c @@ -67,6 +67,7 @@ #include "import.h" #include "manage_window.h" #include "alertpanel.h" +#include "inputdialog.h" #include "statusbar.h" #include "addressbook.h" #include "addrindex.h" @@ -194,6 +195,8 @@ int main(int argc, char *argv[]) } set_log_file("sylpheed.log"); + set_input_query_password_func(input_dialog_query_password); + CHDIR_EXIT_IF_FAIL(get_home_dir(), 1); prefs_common_read_config(); -- cgit v1.2.3