[libchamplain] Add selection debug
- From: Pierre-Luc Beaudoin <plbeaudoin src gnome org>
- To: svn-commits-list gnome org
- Subject: [libchamplain] Add selection debug
- Date: Tue, 28 Jul 2009 21:38:43 +0000 (UTC)
commit 836a39cc60d1c9749b6f73d8aa8c21cb72015e38
Author: Pierre-Luc Beaudoin <pierre-luc pierlux com>
Date: Mon Jul 6 19:19:55 2009 +0100
Add selection debug
champlain/champlain-debug.c | 1 +
champlain/champlain-debug.h | 3 ++-
2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/champlain/champlain-debug.c b/champlain/champlain-debug.c
index 825cfe0..be9b942 100644
--- a/champlain/champlain-debug.c
+++ b/champlain/champlain-debug.c
@@ -40,6 +40,7 @@ static GDebugKey keys[] = {
{ "View", CHAMPLAIN_DEBUG_VIEW },
{ "Network", CHAMPLAIN_DEBUG_NETWORK },
{ "Cache", CHAMPLAIN_DEBUG_CACHE },
+ { "Selection", CHAMPLAIN_DEBUG_SELECTION },
{ "Other", CHAMPLAIN_DEBUG_OTHER },
{ 0, }
};
diff --git a/champlain/champlain-debug.h b/champlain/champlain-debug.h
index 1ab116f..26534e9 100644
--- a/champlain/champlain-debug.h
+++ b/champlain/champlain-debug.h
@@ -35,7 +35,8 @@ typedef enum
CHAMPLAIN_DEBUG_VIEW = 1 << 3,
CHAMPLAIN_DEBUG_NETWORK = 1 << 4,
CHAMPLAIN_DEBUG_CACHE = 1 << 5,
- CHAMPLAIN_DEBUG_OTHER = 1 << 6,
+ CHAMPLAIN_DEBUG_SELECTION = 1 << 6,
+ CHAMPLAIN_DEBUG_OTHER = 1 << 7,
} ChamplainDebugFlags;
gboolean champlain_debug_flag_is_set (ChamplainDebugFlags flag);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]