From 950b2db53a6d14c0fa6cfb2e9ef06bf68be878f6 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 7 May 2012 21:50:38 +0200 Subject: [PATCH] Rename channel-contacts.c to channel-group.c https://bugs.freedesktop.org/show_bug.cgi?id=49371 --- telepathy-glib/Makefile.am | 2 +- .../{channel-contacts.c => channel-group.c} | 0 telepathy-glib/introspection.am | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename telepathy-glib/{channel-contacts.c => channel-group.c} (100%) diff --git a/telepathy-glib/Makefile.am b/telepathy-glib/Makefile.am index efb260f..5f40f2f 100644 --- a/telepathy-glib/Makefile.am +++ b/telepathy-glib/Makefile.am @@ -242,7 +242,7 @@ libtelepathy_glib_main_internal_la_SOURCES = \ call-stream.c \ call-stream-endpoint.c \ channel.c \ - channel-contacts.c \ + channel-group.c \ channel-internal.h \ channel-dispatcher.c \ channel-dispatch-operation.c \ diff --git a/telepathy-glib/channel-contacts.c b/telepathy-glib/channel-group.c similarity index 100% rename from telepathy-glib/channel-contacts.c rename to telepathy-glib/channel-group.c diff --git a/telepathy-glib/introspection.am b/telepathy-glib/introspection.am index 43728d2..0b31af9 100644 --- a/telepathy-glib/introspection.am +++ b/telepathy-glib/introspection.am @@ -27,7 +27,7 @@ TelepathyGLib_1_gir_FILES = \ $(srcdir)/protocol.c $(srcdir)/protocol.h \ $(srcdir)/connection-manager.c $(srcdir)/connection-manager.h \ $(srcdir)/channel.c $(srcdir)/channel.h \ - $(srcdir)/channel-contacts.c \ + $(srcdir)/channel-group.c \ $(srcdir)/handle.c $(srcdir)/handle.h \ $(srcdir)/handle-channels-context.c $(srcdir)/handle-channels-context.h \ $(srcdir)/dbus-daemon.c $(srcdir)/dbus-daemon.h \ -- 1.7.9.5