From b707b16e92d272440c49e2e6f4891882be558854 Mon Sep 17 00:00:00 2001 From: "Nvinside@gmail.com" Date: Fri, 20 Jan 2012 23:34:32 +0000 Subject: - crashfix in options - timeout and messeges synced - project changes - some other fixes git-svn-id: http://mirotr.googlecode.com/svn/trunk@63 eced67a3-f377-a0ae-92ae-d6de1850b05a --- MirOTR/otr.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'MirOTR/otr.cpp') diff --git a/MirOTR/otr.cpp b/MirOTR/otr.cpp index 76009ac..c094314 100644 --- a/MirOTR/otr.cpp +++ b/MirOTR/otr.cpp @@ -269,8 +269,8 @@ extern "C" { mir_sntprintf(buff, 512, TranslateT(LANG_SESSION_TERMINATED_BY_OTR), contact_get_nameT((HANDLE)opdata)); //MessageBox(0, buff, Translate("OTR Information"), MB_OK); if(!Miranda_Terminated()) { - ShowMessage((HANDLE)opdata, buff); - } + ShowMessage((HANDLE)opdata, buff); + } // opdata is hContact SetEncryptionStatus((HANDLE)opdata, otr_context_get_trust(context)); @@ -386,7 +386,7 @@ gcry_error_t otrl_privkey_write_FILEp(OtrlUserState us, FILE *privf); if (!privf) return gcry_error(GPG_ERR_NO_ERROR); - + /* Output the other keys we know */ fprintf(privf, "(privkeys\n"); -- cgit v1.2.3