summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-10-22 18:53:36 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-10-22 18:53:36 -0400
commiteb8cab670df420a7a32101360cfc7648cdd38d46 (patch)
tree803d1c5ff5683afdeebc957cc6581c6a7684200e
parent7a0001df64792f96c0a27d48806eea4ede926ec6 (diff)
downloadnautilus-eb8cab670df420a7a32101360cfc7648cdd38d46.tar.gz
notebook: add missing part for last commit
For some reason, this got lost while rebasing.
-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);