summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-01-28 12:05:21 -0500
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-02-08 14:21:00 +0000
commita1e4dc2831ef77e6b9bfb7a403a50d0167850c48 (patch)
tree701388040b1bd9b344fc66bbc3df0e602c72b5d3 /src
parent1b86f814607c2bc4564b30bca45cd05d5be02477 (diff)
downloadtelepathy-logger-a1e4dc2831ef77e6b9bfb7a403a50d0167850c48.tar.gz
Renamed TplChannelText into TplTextChannel
This renames the subclass in a more natural and more traditional way as found in many other GObject based APIs.
Diffstat (limited to 'src')
-rw-r--r--src/telepathy-logger.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/telepathy-logger.c b/src/telepathy-logger.c
index 25ba2b7..6e86753 100644
--- a/src/telepathy-logger.c
+++ b/src/telepathy-logger.c
@@ -26,7 +26,7 @@
#include <telepathy-glib/debug-sender.h>
#include <telepathy-logger/channel-factory-internal.h>
-#include <telepathy-logger/channel-text-internal.h>
+#include <telepathy-logger/text-channel-internal.h>
#include <telepathy-logger/observer-internal.h>
#include <telepathy-logger/dbus-service-internal.h>
@@ -169,8 +169,8 @@ main (int argc,
DEBUG ("Initialising TPL Channel Factory");
_tpl_channel_factory_add ("org.freedesktop.Telepathy.Channel.Type.Text",
- (TplChannelConstructor) _tpl_channel_text_new);
- DEBUG ("- TplChannelText registered.");
+ (TplChannelConstructor) _tpl_text_channel_new);
+ DEBUG ("- TplTextChannel registered.");
observer = _tpl_observer_new ();
DEBUG ("Registering channel factory into TplObserver");