]> git.0d.be Git - empathy.git/commit
tp-account-widgets: Move the IRC support sources with the account widget
authorEmanuele Aina <emanuele.aina@collabora.com>
Tue, 26 Mar 2013 16:39:28 +0000 (17:39 +0100)
committerMarco Barisione <marco.barisione@collabora.co.uk>
Tue, 20 Aug 2013 10:03:04 +0000 (11:03 +0100)
commite2c9efce03711a62db2eadc118fd2266da325d73
treed16ad4f66d5cea66bfc735e2249f1d57490950fb
parent5cbc27ef0f4373175af5725d1a0b78d464bb23b3
tp-account-widgets: Move the IRC support sources with the account widget

To handle different networks and servers the IRC account widget uses
many helper object and functions. Move them close to the IRC account
widget sources.

https://bugzilla.gnome.org/show_bug.cgi?id=699492
15 files changed:
libempathy/Makefile.am
libempathy/empathy-irc-network-manager.c [deleted file]
libempathy/empathy-irc-network-manager.h [deleted file]
libempathy/empathy-irc-network.c [deleted file]
libempathy/empathy-irc-network.h [deleted file]
libempathy/empathy-irc-server.c [deleted file]
libempathy/empathy-irc-server.h [deleted file]
tests/Makefile.am
tp-account-widgets/Makefile.am
tp-account-widgets/empathy-irc-network-manager.c [new file with mode: 0644]
tp-account-widgets/empathy-irc-network-manager.h [new file with mode: 0644]
tp-account-widgets/empathy-irc-network.c [new file with mode: 0644]
tp-account-widgets/empathy-irc-network.h [new file with mode: 0644]
tp-account-widgets/empathy-irc-server.c [new file with mode: 0644]
tp-account-widgets/empathy-irc-server.h [new file with mode: 0644]