i just realised the comment is wrong

This commit is contained in:
Lynne Megido 2020-09-04 21:12:39 +10:00
parent f897221ea6
commit d3daf1f6eb
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -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) {