[nautilus] debug: add a debug flag for the icon view



commit 491948284e453440798f14e29ba65737f44c5d46
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Fri Feb 18 10:52:03 2011 -0500

    debug: add a debug flag for the icon view

 libnautilus-private/nautilus-debug.c |    1 +
 libnautilus-private/nautilus-debug.h |   11 ++++++-----
 2 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/libnautilus-private/nautilus-debug.c b/libnautilus-private/nautilus-debug.c
index 6499865..fd6b099 100644
--- a/libnautilus-private/nautilus-debug.c
+++ b/libnautilus-private/nautilus-debug.c
@@ -42,6 +42,7 @@ static GDebugKey keys[] = {
   { "DirectoryView", NAUTILUS_DEBUG_DIRECTORY_VIEW },
   { "File", NAUTILUS_DEBUG_FILE },
   { "IconContainer", NAUTILUS_DEBUG_ICON_CONTAINER },
+  { "IconView", NAUTILUS_DEBUG_ICON_VIEW },
   { "ListView", NAUTILUS_DEBUG_LIST_VIEW },
   { "Mime", NAUTILUS_DEBUG_MIME },
   { "Places", NAUTILUS_DEBUG_PLACES },
diff --git a/libnautilus-private/nautilus-debug.h b/libnautilus-private/nautilus-debug.h
index 2092ddd..841fbb2 100644
--- a/libnautilus-private/nautilus-debug.h
+++ b/libnautilus-private/nautilus-debug.h
@@ -39,11 +39,12 @@ typedef enum {
   NAUTILUS_DEBUG_DIRECTORY_VIEW = 1 << 4,
   NAUTILUS_DEBUG_FILE = 1 << 5,
   NAUTILUS_DEBUG_ICON_CONTAINER = 1 << 6,
-  NAUTILUS_DEBUG_LIST_VIEW = 1 << 7,
-  NAUTILUS_DEBUG_MIME = 1 << 8,
-  NAUTILUS_DEBUG_PLACES = 1 << 9,
-  NAUTILUS_DEBUG_SMCLIENT = 1 << 10,
-  NAUTILUS_DEBUG_WINDOW = 1 << 11,
+  NAUTILUS_DEBUG_ICON_VIEW = 1 << 7,
+  NAUTILUS_DEBUG_LIST_VIEW = 1 << 8,
+  NAUTILUS_DEBUG_MIME = 1 << 9,
+  NAUTILUS_DEBUG_PLACES = 1 << 10,
+  NAUTILUS_DEBUG_SMCLIENT = 1 << 11,
+  NAUTILUS_DEBUG_WINDOW = 1 << 12,
 } DebugFlags;
 
 void nautilus_debug_set_flags (DebugFlags flags);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]