Only close the current tab by default

This commit is contained in:
Pierre Pronchery 2011-03-13 11:49:12 +00:00
parent 777d7951a2
commit 350d463776

View File

@ -311,7 +311,7 @@ void on_close(gpointer data)
{
Surfer * surfer = data;
on_closex(surfer);
surfer_close_tab(surfer, NULL);
}