[Telepathy-commits] [telepathy-glib/master] debug-internal.h: correct instructions for new name of header
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue Oct 7 06:58:54 PDT 2008
---
telepathy-glib/debug-internal.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/telepathy-glib/debug-internal.h b/telepathy-glib/debug-internal.h
index c302072..48f3598 100644
--- a/telepathy-glib/debug-internal.h
+++ b/telepathy-glib/debug-internal.h
@@ -50,13 +50,13 @@ G_END_DECLS
* more than once. So you can do:
*
* #define DEBUG_FLAG TP_DEBUG_ONE_THING
- * #include "internal-debug.h"
+ * #include "telepathy-glib/debug-internal.h"
* ...
* DEBUG ("if we're debugging one thing");
* ...
* #undef DEBUG_FLAG
* #define DEBUG_FLAG TP_DEBUG_OTHER_THING
- * #include "internal-debug.h"
+ * #include "telepathy-glib/debug-internal.h"
* ...
* DEBUG ("if we're debugging the other thing");
* ...
--
1.5.6.5
More information about the Telepathy-commits
mailing list