[Telepathy-commits] [telepathy-salut/master] create_message_stanza has to be static

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri Dec 12 09:59:12 PST 2008


---
 src/text-helper.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/text-helper.c b/src/text-helper.c
index 70422a1..41579c9 100644
--- a/src/text-helper.c
+++ b/src/text-helper.c
@@ -53,7 +53,7 @@ add_text (GibberXmppStanza *stanza, const gchar *text)
       GIBBER_W3C_NS_XHTML);
 }
 
-GibberXmppStanza *
+static GibberXmppStanza *
 create_message_stanza (const gchar *from,
   const gchar *to, TpChannelTextMessageType type, const gchar *text,
   GError **error)
-- 
1.5.6.5




More information about the Telepathy-commits mailing list