diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-10-19 12:54:50 +0000 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-10-19 12:54:50 +0000 |
commit | 4e2ac65da1cf8ac42f4dbbbb1f7fe3e021433565 (patch) | |
tree | ba33cdb99874b33b9be3b3e9db26e8f4bc1df290 /src/ephy-location-action.c | |
parent | ffba6a5ae788b7c8ad83809a944907caa7a8fe84 (diff) | |
download | epiphany-4e2ac65da1cf8ac42f4dbbbb1f7fe3e021433565.tar.gz |
Thaw smartbookmarks node after use.
2003-10-19 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-location-action.c: (init_actions_list):
Thaw smartbookmarks node after use.
Diffstat (limited to 'src/ephy-location-action.c')
-rw-r--r-- | src/ephy-location-action.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |