Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 238596
Collapse All | Expand All

(-)src/otrconnection.cpp.old (-1 / +1 lines)
Lines 54-60 Link Here
54
	ui_ops.still_secure = (*OtrConnection::cb_still_secure);
54
	ui_ops.still_secure = (*OtrConnection::cb_still_secure);
55
	ui_ops.log_message = (*OtrConnection::cb_log_message);
55
	ui_ops.log_message = (*OtrConnection::cb_log_message);
56
56
57
#if OTRL_VERSION_MAJOR==3 && OTRL_VERSION_MINOR==1
57
#if OTRL_VERSION_MAJOR==3 && OTRL_VERSION_MINOR==2
58
	ui_ops.max_message_size = NULL;
58
	ui_ops.max_message_size = NULL;
59
	ui_ops.account_name = NULL;
59
	ui_ops.account_name = NULL;
60
	ui_ops.account_name_free = NULL;
60
	ui_ops.account_name_free = NULL;

Return to bug 238596