From: Vlad Glagolev Date: Thu, 27 Oct 2016 15:45:30 +0000 (-0400) Subject: respect theme foreground color X-Git-Tag: v0.88~18^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F162%2Fhead;p=thirdparty%2Fmtr.git respect theme foreground color --- diff --git a/gtk.c b/gtk.c index 41cf596..6a37a9a 100644 --- a/gtk.c +++ b/gtk.c @@ -495,7 +495,7 @@ static void update_tree_row(struct mtr_ctl *ctl, int row, GtkTreeIter *iter) COL_WORST, net_worst(row)/1000, COL_STDEV, (float)(net_stdev(row)/1000.0), - COL_COLOR, net_up(row) ? "black" : "red", + COL_COLOR, net_up(row) ? NULL : "red", -1); #ifdef HAVE_IPINFO