summaryrefslogtreecommitdiff
path: root/common/panel-debug.c
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2011-01-04 21:58:12 +0100
committerNick Schermer <nick@xfce.org>2011-01-04 21:58:12 +0100
commit1d17c4d20ae31426787621746008dce9179ea6f6 (patch)
treecce5d1ed46400b2bba49a288546868a6fff1a32c /common/panel-debug.c
parentb6d6a0d34144906a8f77d7596eba28efb12bea43 (diff)
downloadxfce4-panel-1d17c4d20ae31426787621746008dce9179ea6f6.tar.gz
Add debugging info to systray.
Diffstat (limited to 'common/panel-debug.c')
-rw-r--r--common/panel-debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/panel-debug.c b/common/panel-debug.c
index e13bbb0e..f626ddce 100644
--- a/common/panel-debug.c
+++ b/common/panel-debug.c
@@ -47,6 +47,7 @@ static const GDebugKey panel_debug_keys[] =
{ "tasklist", PANEL_DEBUG_TASKLIST },
{ "base-window", PANEL_DEBUG_BASE_WINDOW },
{ "applicationsmenu", PANEL_DEBUG_APPLICATIONSMENU },
+ { "systray", PANEL_DEBUG_SYSTRAY },
{ "gdb", PANEL_DEBUG_GDB },
{ "valgrind", PANEL_DEBUG_VALGRIND }
};