Thaw the location action when setting history in a new window

Full history completion was missing because we set the model in new
windows but failed to setup the filter and sort models properly.
This commit is contained in:
Christian Dywan 2009-07-17 22:55:41 +02:00
parent cc326885bc
commit b32122b604

View file

@ -460,7 +460,8 @@ midori_location_action_set_property (GObject* object,
if (model != NULL)
{
katze_object_assign (location_action->model, g_object_ref (model));
midori_location_action_set_model (location_action, model);
location_action->filter_model = NULL;
midori_location_action_thaw (location_action);
}
else
{