From f897221ea6d0336de1daa43a2e7821abc1bb273e Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Fri, 4 Sep 2020 20:49:39 +1000 Subject: [PATCH] a single comment --- MainWindow.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MainWindow.cs b/MainWindow.cs index e84e8e1..fc2e881 100755 --- a/MainWindow.cs +++ b/MainWindow.cs @@ -441,6 +441,7 @@ namespace Buypeeb { } private void RenderColumnEnding(Gtk.TreeViewColumn column, Gtk.CellRenderer cell, Gtk.ITreeModel model, Gtk.TreeIter iter) { + // TODO: get these columns to redraw every minute so the info doesn't become stale YahooAuctionsItem item = (YahooAuctionsItem)model.GetValue(iter, 0); string ending = ""; if (item.ready) {