projects
/
empathy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f035de
)
Display debug messages in the contact-manager tests program.
author
Xavier Claessens
<xclaesse@src.gnome.org>
Sun, 3 Aug 2008 09:04:05 +0000
(09:04 +0000)
committer
Xavier Claessens
<xclaesse@src.gnome.org>
Sun, 3 Aug 2008 09:04:05 +0000
(09:04 +0000)
svn path=/trunk/; revision=1287
tests/contact-manager.c
patch
|
blob
|
history
diff --git
a/tests/contact-manager.c
b/tests/contact-manager.c
index
75bfc7f
..
31a6012
100644
(file)
--- a/
tests/contact-manager.c
+++ b/
tests/contact-manager.c
@@
-2,6
+2,8
@@
#include <glib.h>
#include <libempathy/empathy-contact-manager.h>
+#include <libempathy/empathy-debug.h>
+
static gboolean
time_out (gpointer main_loop)
@@
-19,6
+21,7
@@
main (int argc, char **argv)
g_type_init ();
+ empathy_debug_set_flags (g_getenv ("EMPATHY_DEBUG"));
main_loop = g_main_loop_new (NULL, FALSE);
manager = empathy_contact_manager_new ();