a single comment
This commit is contained in:
parent
0daccea9fd
commit
f897221ea6
1 changed files with 1 additions and 0 deletions
|
@ -441,6 +441,7 @@ namespace Buypeeb {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void RenderColumnEnding(Gtk.TreeViewColumn column, Gtk.CellRenderer cell, Gtk.ITreeModel model, Gtk.TreeIter iter) {
|
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);
|
YahooAuctionsItem item = (YahooAuctionsItem)model.GetValue(iter, 0);
|
||||||
string ending = "";
|
string ending = "";
|
||||||
if (item.ready) {
|
if (item.ready) {
|
||||||
|
|
Loading…
Reference in a new issue