summaryrefslogtreecommitdiff
path: root/src/caja-notebook.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/caja-notebook.c')
-rw-r--r--src/caja-notebook.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/caja-notebook.c b/src/caja-notebook.c
index e576bfcb..ded19ead 100644
--- a/src/caja-notebook.c
+++ b/src/caja-notebook.c
@@ -199,7 +199,6 @@ caja_notebook_constructed (GObject *object)
gtk_widget_add_events (widget, GDK_SCROLL_MASK);
}
-
void
caja_notebook_sync_loading (CajaNotebook *notebook,
CajaWindowSlot *slot)
@@ -405,7 +404,6 @@ caja_notebook_add_tab (CajaNotebook *notebook,
caja_notebook_sync_tab_label (notebook, slot);
caja_notebook_sync_loading (notebook, slot);
-
/* FIXME gtk bug! */
/* FIXME: this should be fixed in gtk 2.12; check & remove this! */
/* The signal handler may have reordered the tabs */