Use the method from the base class

This commit is contained in:
Techlive Zheng 2013-06-01 02:05:45 +08:00
parent 0a4ec605a1
commit ff70730e0b

View file

@ -506,7 +506,7 @@ namespace GitgHistory
public new Navigation model
{
get { return base.get_model() as Navigation; }
set { set_model(value); build_ui(); }
set { base.set_model(value); build_ui(); }
}
private bool select_first_in(Gtk.TreeIter? parent, bool seldef)