[empathy: 2/26] empathy-debug: add connectivity debug key
- From: Jonny Lamb <jonnylamb src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy: 2/26] empathy-debug: add connectivity debug key
- Date: Thu, 20 Aug 2009 13:44:35 +0000 (UTC)
commit b6385d57ac531ea4dde4e6bf5478fc47924bcb07
Author: Jonny Lamb <jonny lamb collabora co uk>
Date: Tue Aug 18 16:56:54 2009 +0100
empathy-debug: add connectivity debug key
Signed-off-by: Jonny Lamb <jonny lamb collabora co uk>
libempathy/empathy-debug.c | 1 +
libempathy/empathy-debug.h | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libempathy/empathy-debug.c b/libempathy/empathy-debug.c
index 99111de..9d69b80 100644
--- a/libempathy/empathy-debug.c
+++ b/libempathy/empathy-debug.c
@@ -49,6 +49,7 @@ static GDebugKey keys[] = {
{ "Ft", EMPATHY_DEBUG_FT },
{ "Location", EMPATHY_DEBUG_LOCATION },
{ "Other", EMPATHY_DEBUG_OTHER },
+ { "Connectivity", EMPATHY_DEBUG_CONNECTIVITY },
{ 0, }
};
diff --git a/libempathy/empathy-debug.h b/libempathy/empathy-debug.h
index 0d25f22..edfa05d 100644
--- a/libempathy/empathy-debug.h
+++ b/libempathy/empathy-debug.h
@@ -42,6 +42,7 @@ typedef enum
EMPATHY_DEBUG_LOCATION = 1 << 8,
EMPATHY_DEBUG_OTHER = 1 << 9,
EMPATHY_DEBUG_SHARE_DESKTOP = 1 << 10,
+ EMPATHY_DEBUG_CONNECTIVITY = 1 << 11,
} EmpathyDebugFlags;
gboolean empathy_debug_flag_is_set (EmpathyDebugFlags flag);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]