aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-05 07:27:20 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-05 07:27:20 +0000
commit51f886e4c8b44242b10c057a1af70f66f28bb2e6 (patch)
tree95285904d3bbe1bb65dee4898fb1ec31c86d8390 /src/main.c
parentfa466fd5e1e6b481f6249979cfb7397caa875f5c (diff)
made query-password function UI independent.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@546 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 3 insertions, 0 deletions
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();