summaryrefslogtreecommitdiff
path: root/plugins/console/channel-manager.c
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2013-06-22 19:13:45 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2013-06-23 16:06:05 +0100
commit0ddbcae394fd661b539cf03bf1830d6935d18db1 (patch)
tree17349f92e73ef14741bc431ba62c4621ebeee1d6 /plugins/console/channel-manager.c
parentddb451a71569bdd6b7d9a673d12e8e83eddb818e (diff)
downloadtelepathy-gabble-0ddbcae394fd661b539cf03bf1830d6935d18db1.tar.gz
console: rename ConsoleSidecar to ConsoleChannel
Diffstat (limited to 'plugins/console/channel-manager.c')
-rw-r--r--plugins/console/channel-manager.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/console/channel-manager.c b/plugins/console/channel-manager.c
index b2a17902d..f2be4f776 100644
--- a/plugins/console/channel-manager.c
+++ b/plugins/console/channel-manager.c
@@ -21,7 +21,7 @@
#include "console/channel-manager.h"
#include "extensions/extensions.h"
-#include "console/sidecar.h"
+#include "console/channel.h"
static void channel_manager_iface_init (gpointer, gpointer);
@@ -139,7 +139,7 @@ gabble_console_channel_manager_type_foreach_channel_class (GType type,
static void
console_channel_closed_cb (
- GabbleConsoleSidecar *channel,
+ GabbleConsoleChannel *channel,
gpointer user_data)
{
GabbleConsoleChannelManager *self = GABBLE_CONSOLE_CHANNEL_MANAGER (user_data);
@@ -184,7 +184,7 @@ gabble_console_channel_manager_create_channel (
&error))
goto error;
- channel = g_object_new (GABBLE_TYPE_CONSOLE_SIDECAR,
+ channel = g_object_new (GABBLE_TYPE_CONSOLE_CHANNEL,
"connection", self->plugin_connection,
NULL);
tp_base_channel_register (channel);