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:
parent
cc326885bc
commit
b32122b604
1 changed files with 2 additions and 1 deletions
|
@ -460,7 +460,8 @@ midori_location_action_set_property (GObject* object,
|
||||||
if (model != NULL)
|
if (model != NULL)
|
||||||
{
|
{
|
||||||
katze_object_assign (location_action->model, g_object_ref (model));
|
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
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue