a single comment

This commit is contained in:
Lynne Megido 2020-09-04 20:49:39 +10:00
parent 0daccea9fd
commit f897221ea6
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

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