[PATCH] Bugzilla colors FIXME
- From: Lukas Lipka <lukas pmad net>
- To: dashboard-hackers gnome org
- Subject: [PATCH] Bugzilla colors FIXME
- Date: Thu, 11 Mar 2004 20:34:25 +0100
Just a small fixme done.
--lukas
--- BugzillaBackend.cs.~1.26.~ 2004-03-07 12:38:10.000000000 +0100
+++ BugzillaBackend.cs 2004-03-11 15:49:21.000000000 +0100
@@ -2,9 +2,9 @@
// backend-bugzilla.cs: A backend which displays bugzilla bugs based
// on their bug numbers.
//
-// FIXME: Choose good bug colors.
//
// Nat Friedman <nat nat org>
+// Lukas Lipka <lukas pmad net>
//
using System;
@@ -163,6 +163,19 @@
case "ASSIGNED":
return "#1438e8";
+ case "VERIFIED":
+ return "#acadaf";
+
+ case "UNCONFIRMED":
+ return "#acadaf";
+
+ case "NEW":
+ case "REOPENED":
+ return "#ff0000";
+
+ case "CLOSED":
+ return "#000000";
+
default:
return "#000000";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]