From 73d4e8e1b354b5c0f7ef799d2622f03473b1038e Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 28 Oct 2007 13:54:32 +0000 Subject: Remove Ephytab. svn path=/trunk/; revision=7593 --- src/bookmarks/ephy-open-tabs-action.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/bookmarks/ephy-open-tabs-action.c b/src/bookmarks/ephy-open-tabs-action.c index 5a42f910c..3355b18e4 100644 --- a/src/bookmarks/ephy-open-tabs-action.c +++ b/src/bookmarks/ephy-open-tabs-action.c @@ -43,7 +43,7 @@ activate_cb (GtkAction *action, EphyLink *link; EphyNode *node; GPtrArray *children; - EphyTab *tab = 0; + EphyEmbed *embed = NULL; const char *url; guint i; @@ -56,8 +56,8 @@ activate_cb (GtkAction *action, node = g_ptr_array_index (children, i); url = ephy_node_get_property_string (node, EPHY_NODE_BMK_PROP_LOCATION); - tab = ephy_link_open (link, url, tab, - EPHY_LINK_NEW_TAB | ephy_link_flags_from_current_event ()); + embed = ephy_link_open (link, url, embed, + EPHY_LINK_NEW_TAB | ephy_link_flags_from_current_event ()); } } -- cgit v1.2.3