summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nautilus-notebook.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nautilus-notebook.c b/src/nautilus-notebook.c
index 90f00ef6c..458aacde5 100644
--- a/src/nautilus-notebook.c
+++ b/src/nautilus-notebook.c
@@ -375,6 +375,7 @@ build_tab_label (NautilusNotebook *nb, NautilusWindowSlot *slot)
gtk_box_pack_start (GTK_BOX (hbox), close_button, FALSE, FALSE, 0);
gtk_widget_show (close_button);
+ g_object_set_data (G_OBJECT (hbox), "nautilus-notebook-tab", GINT_TO_POINTER (1));
nautilus_drag_slot_proxy_init (hbox, NULL, slot);
g_object_set_data (G_OBJECT (hbox), "label", label);