i just realised the comment is wrong
This commit is contained in:
parent
f897221ea6
commit
d3daf1f6eb
1 changed files with 0 additions and 1 deletions
|
@ -441,7 +441,6 @@ 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