Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 11015 | Differences between
and this patch

Collapse All | Expand All

(-)src/galeon-window.c (+5 lines)
Lines 265-272 Link Here
265
		return;
265
		return;
266
266
267
	tab = galeon_window_get_active_tab (window);
267
	tab = galeon_window_get_active_tab (window);
268
269
	
270
	galeon_window_load_url (window, selection_data->data);
271
/*
268
	galeon_shell_new_tab (galeon_shell, window, tab,
272
	galeon_shell_new_tab (galeon_shell, window, tab,
269
			      selection_data->data, 0);
273
			      selection_data->data, 0);
274
*/
270
}
275
}
271
	
276
	
272
static void
277
static void

Return to bug 11015