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 710017 - empathy-debugger: no MC logs
empathy-debugger: no MC logs
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2013-10-12 21:25 UTC by Guillaume Desmottes
Modified: 2013-10-12 21:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
debug: make add_client() more generic (1.62 KB, patch)
2013-10-12 21:25 UTC, Guillaume Desmottes
committed Details | Review
debug: stop using tp_list_connection_names() (2.58 KB, patch)
2013-10-12 21:25 UTC, Guillaume Desmottes
committed Details | Review
debug: factor out helpers (2.33 KB, patch)
2013-10-12 21:25 UTC, Guillaume Desmottes
committed Details | Review
use list_names_cb to find MC (2.31 KB, patch)
2013-10-12 21:25 UTC, Guillaume Desmottes
committed Details | Review

Description Guillaume Desmottes 2013-10-12 21:25:06 UTC
.
Comment 1 Guillaume Desmottes 2013-10-12 21:25:24 UTC
Created attachment 257126 [details] [review]
debug: make add_client() more generic
Comment 2 Guillaume Desmottes 2013-10-12 21:25:28 UTC
Created attachment 257127 [details] [review]
debug: stop using tp_list_connection_names()

Make the code more symetric.
Comment 3 Guillaume Desmottes 2013-10-12 21:25:30 UTC
Created attachment 257128 [details] [review]
debug: factor out helpers
Comment 4 Guillaume Desmottes 2013-10-12 21:25:33 UTC
Created attachment 257129 [details] [review]
use list_names_cb to find MC

Make the code more symetric.
Comment 5 Guillaume Desmottes 2013-10-12 21:40:04 UTC
Attachment 257126 [details] pushed as 13a7933 - debug: make add_client() more generic
Attachment 257127 [details] pushed as 12c7e0d - debug: stop using tp_list_connection_names()
Attachment 257128 [details] pushed as 28cd04d - debug: factor out helpers
Attachment 257129 [details] pushed as 33ee7a9 - use list_names_cb to find MC