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 4aedd8624..4a1340a92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-04-25 Christian Persch <chpe@cvs.gnome.org>
+
+ * src/ephy-notebook.c: (build_tab_label):
+
+ Set the close button as data on the tab label.
+
2004-04-22 Christian Persch <chpe@cvs.gnome.org>
* HACKING:
diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c
index 3e8689100..42b850e58 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;