After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 610956 - Should depend on telepathy-logger
Should depend on telepathy-logger
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: Archives
2.29.x
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
Depends on:
Blocks: 567858 599158
 
 
Reported: 2010-02-24 15:35 UTC by Guillaume Desmottes
Modified: 2011-08-29 10:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
http://git.collabora.co.uk/?p=user/cassidy/empathy;a=shortlog;h=refs/heads/depend-logger-610956 (89.20 KB, patch)
2010-06-18 15:57 UTC, Guillaume Desmottes
none Details | Review

Description Guillaume Desmottes 2010-02-24 15:35:34 UTC
2.30 has been shipped with an optionnal dependency on tp-logger. 2.32 should actually depend on it so we'll be able to remove the old code.
Comment 1 Guillaume Desmottes 2010-06-18 15:57:05 UTC
Created attachment 164016 [details] [review]
http://git.collabora.co.uk/?p=user/cassidy/empathy;a=shortlog;h=refs/heads/depend-logger-610956

 configure.ac                           |   31 +-
 libempathy-gtk/Makefile.am             |    2 -
 libempathy-gtk/empathy-chat.c          |   62 +---
 libempathy-gtk/empathy-contact-menu.c  |   17 +-
 libempathy-gtk/empathy-log-window.c    |  352 --------------
 libempathy/Makefile.am                 |   27 -
 libempathy/empathy-contact.c           |    5 -
 libempathy/empathy-contact.h           |    4 -
 libempathy/empathy-log-manager.c       |  454 ------------------
 libempathy/empathy-log-manager.h       |  106 ----
 libempathy/empathy-log-manager.xsl     |  148 ------
 libempathy/empathy-log-store-empathy.c |  822 --------------------------------
 libempathy/empathy-log-store-empathy.h |   71 ---
 libempathy/empathy-log-store.c         |  172 -------
 libempathy/empathy-log-store.h         |  104 ----
 libempathy/empathy-message.c           |    4 -
 libempathy/empathy-message.h           |    4 -
 nautilus-sendto-plugin/Makefile.am     |    1 -
 src/Makefile.am                        |    2 -
 src/empathy.c                          |   13 -
 tests/Makefile.am                      |    2 -
 tests/interactive/Makefile.am          |    2 -
 22 files changed, 6 insertions(+), 2399 deletions(-)
Comment 2 Guillaume Desmottes 2010-06-18 16:08:16 UTC
Merged to master.

This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.