From c27659161ffabf18a7c537291c297382dba182e7 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 21 May 2003 20:25:47 +0000 Subject: Yet more new tab logic fixes. Yet more new tab logic fixes. --- src/ephy-window.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/ephy-window.c') diff --git a/src/ephy-window.c b/src/ephy-window.c index aa7d4bbcd..69c6b3a42 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -14,6 +14,8 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * $Id$ */ #ifdef HAVE_CONFIG_H @@ -350,7 +352,8 @@ ephy_window_selection_received_cb (GtkWidget *widget, if (location != NULL && strcmp (location, "about:blank") != 0) { ephy_shell_new_tab (ephy_shell, window, tab, - selection_data->data, 0); + selection_data->data, + EPHY_NEW_TAB_OPEN_PAGE); } else { -- cgit v1.2.3