[Bug 54151] Flatten McdStorage into McdPluginAccountManager

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Aug 28 11:56:14 CEST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=54151

--- Comment #5 from Simon McVittie <simon.mcvittie at collabora.co.uk> 2012-08-28 09:56:14 UTC ---
Created attachment 66214
  --> https://bugs.freedesktop.org/attachment.cgi?id=66214
[5/5] plugin-account.c: rename to mcd-storage.c

---

Here's `git show -M`, which is easier to review: as you can see, it's just a
rename and the necessary changes to src/Makefile.am to compensate for it.

commit 4ba55e2ebbb080f37d731a750bf7c4880c560ea5
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   2012-08-27 19:04:16 +0100

    plugin-account.c: rename to mcd-storage.c

diff --git a/src/Makefile.am b/src/Makefile.am
index 0d09b7d..b9cd9df 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -159,6 +159,7 @@ libmcd_convenience_la_SOURCES = \
        mcd-slacker.c \
        mcd-slacker.h \
        mcd-transport.c \
+       mcd-storage.c \
        mcd-storage.h \
        plugin-dispatch-operation.c \
        plugin-dispatch-operation.h \
@@ -166,7 +167,6 @@ libmcd_convenience_la_SOURCES = \
        plugin-loader.h \
        plugin-request.c \
        plugin-request.h \
-       plugin-account.c \
        request.c \
        request.h \
        sp_timestamp.h \
diff --git a/src/plugin-account.c b/src/mcd-storage.c
similarity index 100%
rename from src/plugin-account.c
rename to src/mcd-storage.c

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.



More information about the telepathy-bugs mailing list