summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-04 14:58:42 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-04 14:58:42 +0200
commit93ba502a92b6ef8b9d82320948bba98816828281 (patch)
tree81420b9e2c4c77cfba24cc22a9fac794bd29dc01 /src
parente704f9013bcd2ccd0e835d9c7c2703fa56842d92 (diff)
downloadtelepathy-logger-93ba502a92b6ef8b9d82320948bba98816828281.tar.gz
channel-text: prefix internal API with underscore
Diffstat (limited to 'src')
-rw-r--r--src/telepathy-logger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/telepathy-logger.c b/src/telepathy-logger.c
index c15e5c1..fedc210 100644
--- a/src/telepathy-logger.c
+++ b/src/telepathy-logger.c
@@ -169,7 +169,7 @@ main (int argc,
DEBUG ("Initialising TPL Channel Factory");
_tpl_channel_factory_add ("org.freedesktop.Telepathy.Channel.Type.Text",
- (TplChannelConstructor) tpl_channel_text_new);
+ (TplChannelConstructor) _tpl_channel_text_new);
DEBUG ("- TplChannelText registred.");
observer = tpl_observer_new ();