[evolution-data-server/camel-socks-proxy-master] Fix method name
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/camel-socks-proxy-master] Fix method name
- Date: Thu, 12 Aug 2010 19:33:50 +0000 (UTC)
commit 6e565e63bc7f778abcdf5b351daace6cd8c4863e
Author: Federico Mena Quintero <federico novell com>
Date: Thu Aug 12 13:27:57 2010 -0500
Fix method name
Signed-off-by: Federico Mena Quintero <federico novell com>
camel/camel-tcp-stream-raw.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/camel-tcp-stream-raw.c b/camel/camel-tcp-stream-raw.c
index 2e05985..7572a8e 100644
--- a/camel/camel-tcp-stream-raw.c
+++ b/camel/camel-tcp-stream-raw.c
@@ -1214,7 +1214,7 @@ camel_tcp_stream_raw_class_init (CamelTcpStreamRawClass *class)
tcp_stream_class->setsockopt = tcp_stream_raw_setsockopt;
tcp_stream_class->get_local_address = tcp_stream_raw_get_local_address;
tcp_stream_class->get_remote_address = tcp_stream_raw_get_remote_address;
- tcp_stream_class->tcp_stream_raw_get_file_desc = tcp_stream_raw_get_file_desc;
+ tcp_stream_class->get_file_desc = tcp_stream_raw_get_file_desc;
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]