From be97edc964a415f4737b35fd9569c0e1bd55c633 Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Sat, 20 Jun 2009 20:28:23 -0500 Subject: ephy-notebook: remove old FIXME --- src/ephy-notebook.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/ephy-notebook.c') 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); -- cgit v1.2.3