From d3daf1f6eb1cdbd0ea08900880b867acffd8dcd2 Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Fri, 4 Sep 2020 21:12:39 +1000 Subject: [PATCH] i just realised the comment is wrong --- MainWindow.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/MainWindow.cs b/MainWindow.cs index fc2e881..e84e8e1 100755 --- a/MainWindow.cs +++ b/MainWindow.cs @@ -441,7 +441,6 @@ 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) {