aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/ephy-notebook.c1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 833fead46..a80161af9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-06-16 Christian Persch <chpe@cvs.gnome.org>
+ * src/ephy-notebook.c: (build_tab_label):
+
+ Set data for close-button on the tab label.
+
+2004-06-16 Christian Persch <chpe@cvs.gnome.org>
+
* lib/egg/egg-editable-toolbar.c:
(egg_editable_toolbar_disconnect_model),
(egg_editable_toolbar_deconstruct),
diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c
index 05412a11b..eca8adc84 100644
--- a/src/ephy-notebook.c
+++ b/src/ephy-notebook.c
@@ -965,6 +965,7 @@ build_tab_label (EphyNotebook *nb, EphyTab *tab)
g_object_set_data (G_OBJECT (hbox), "label-ebox", label_ebox);
g_object_set_data (G_OBJECT (hbox), "loading-image", loading_image);
g_object_set_data (G_OBJECT (hbox), "icon", icon);
+ g_object_set_data (G_OBJECT (hbox), "close-button", close_button);
g_object_set_data (G_OBJECT (hbox), "tooltips", nb->priv->title_tips);
return hbox;