/pidgin/main: 9f540790bafc: Fix static-ness.
Elliott Sales de Andrade
qulogic at pidgin.im
Thu Jan 17 05:40:51 EST 2013
Changeset: 9f540790bafcd495f8aa8b0cdf50382eae8eb331
Author: Elliott Sales de Andrade <qulogic at pidgin.im>
Date: 2013-01-17 05:14 -0500
Branch: default
URL: http://hg.pidgin.im/pidgin/main/rev/9f540790bafc
Description:
Fix static-ness.
diffstat:
libpurple/protocols/jabber/jingle/iceudp.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (20 lines):
diff --git a/libpurple/protocols/jabber/jingle/iceudp.c b/libpurple/protocols/jabber/jingle/iceudp.c
--- a/libpurple/protocols/jabber/jingle/iceudp.c
+++ b/libpurple/protocols/jabber/jingle/iceudp.c
@@ -171,7 +171,6 @@ jingle_iceudp_class_init (JingleIceUdpCl
klass->parent_class.add_local_candidate = jingle_iceudp_add_local_candidate;
klass->parent_class.get_remote_candidates = jingle_iceudp_get_remote_candidates;
-
g_object_class_install_property(gobject_class, PROP_LOCAL_CANDIDATES,
g_param_spec_pointer("local-candidates",
"Local candidates",
@@ -307,7 +306,7 @@ jingle_iceudp_add_local_candidate(Jingle
iceudp->priv->local_candidates, iceudp_candidate);
}
-GList *
+static GList *
jingle_iceudp_get_remote_candidates(JingleTransport *transport)
{
JingleIceUdp *iceudp = JINGLE_ICEUDP(transport);
More information about the Commits
mailing list