From dd5cc403f64f2bd25ed35ed14455496b8863f3c8 Mon Sep 17 00:00:00 2001 From: Sankar P Date: Thu, 11 May 2006 10:34:54 +0000 Subject: Do not print the password in the terminal. 2006-05-11 Sankar P * exchange-account-setup.c: (btn_chpass_clicked): Do not print the password in the terminal. svn path=/trunk/; revision=31972 --- plugins/exchange-operations/ChangeLog | 5 +++++ plugins/exchange-operations/exchange-account-setup.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'plugins/exchange-operations') diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 010b31f2fd..67c016c76c 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,8 @@ +2006-05-11 Sankar P + + * exchange-account-setup.c: (btn_chpass_clicked): + Do not print the password in the terminal. + 2006-05-10 Sushma Rai * exchange-config-listener.c (account_changed): Using the HIGified diff --git a/plugins/exchange-operations/exchange-account-setup.c b/plugins/exchange-operations/exchange-account-setup.c index 32b66f9e10..80f9ef2dd6 100644 --- a/plugins/exchange-operations/exchange-account-setup.c +++ b/plugins/exchange-operations/exchange-account-setup.c @@ -134,7 +134,7 @@ btn_chpass_clicked (GtkButton *button, gpointer data) /* "Cacel" button was hit */ return; } - g_print ("Current password is \"%s\"\n", old_password); + //g_print ("Current password is \"%s\"\n", old_password); result = exchange_account_set_password (account, old_password, new_password); if (result != EXCHANGE_ACCOUNT_CONNECT_SUCCESS) exchange_operations_report_error (account, result); -- cgit v1.2.3