diff options
Diffstat (limited to 'src/ephy-notebook.c')
-rw-r--r-- | src/ephy-notebook.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c index 2285d6cec..bcc7de531 100644 --- a/src/ephy-notebook.c +++ b/src/ephy-notebook.c @@ -734,11 +734,6 @@ ephy_notebook_add_tab (EphyNotebook *notebook, NULL, position); - /* FIXME gtk bug! */ - /* FIXME: this should be fixed in gtk 2.12; check & remove this! */ - /* The signal handler may have reordered the tabs */ - position = gtk_notebook_page_num (gnotebook, GTK_WIDGET (embed)); - if (jump_to) { gtk_notebook_set_current_page (gnotebook, position); |