From: Christian Dywan Date: Fri, 17 Jul 2009 20:55:41 +0000 (+0200) Subject: Thaw the location action when setting history in a new window X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b32122b604e6e00e0f470604ccb2f2cd26a373b9;p=midori 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. --- diff --git a/midori/midori-locationaction.c b/midori/midori-locationaction.c index 886a0fa1..3d630fd1 100644 --- a/midori/midori-locationaction.c +++ b/midori/midori-locationaction.c @@ -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 {