diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/ephy-location-action.c | 1 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-10-19 Christian Persch <chpe@cvs.gnome.org> + + * src/ephy-location-action.c: (init_actions_list): + + Thaw smartbookmarks node after use. + 2003-10-19 Marco Pesenti Gritti <marco@gnome.org> * TODO: diff --git a/src/ephy-location-action.c b/src/ephy-location-action.c index 73568195a..cc5fa7fef 100644 --- a/src/ephy-location-action.c +++ b/src/ephy-location-action.c @@ -370,6 +370,7 @@ init_actions_list (EphyLocationAction *action) action->priv->actions = g_list_append (action->priv->actions, kid); } + ephy_node_thaw (action->priv->smart_bmks); } static void |