[epiphany] ephy-notebook: remove old FIXME



commit be97edc964a415f4737b35fd9569c0e1bd55c633
Author: Diego Escalante Urrelo <diegoe gnome org>
Date:   Sat Jun 20 20:28:23 2009 -0500

    ephy-notebook: remove old FIXME

 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 2285d6c..bcc7de5 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]