resourceview: trap resource fixes
[lttv.git] / ltt / branches / poly / lttv / modules / gui / resourceview / drawing.c
index a78fd2e5c20c9834a5aec2523fe4e4e74de19ca0..294b8339f6cfe448cfc5204d6f05a78854b2be47 100644 (file)
@@ -110,7 +110,7 @@ GdkColor drawing_colors_soft_irq[NUM_COLORS_SOFT_IRQ] =
 GdkColor drawing_colors_trap[NUM_COLORS_TRAP] =
 { /* Pixel, R, G, B */
   { 0, 0x0000, 0x0000, 0x0000 }, /* COL_TRAP_UNKNOWN */
-  { 0, 0xBBBB, 0xBBBB, 0xBBBB }, /* COL_TRAP_IDLE */
+  { 0, 0x0000, 0x0000, 0x0000 }, /* COL_TRAP_IDLE */
   { 0, 0xFF00, 0xFF00, 0x0100 }, /* COL_TRAP_BUSY */
 };
 
This page took 0.023815 seconds and 4 git commands to generate.