From 46d371aa12282b3d8cd8549acb0898071b0097fe Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 25 Oct 2004 13:43:02 +0000 Subject: Fix return type of tab_delete slot. 2004-10-25 Christian Persch * src/ephy-notebook.h: Fix return type of tab_delete slot. --- ChangeLog | 6 ++++++ src/ephy-notebook.h | 18 +++++++++--------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index c34756c82..31e7f45c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-10-25 Christian Persch + + * src/ephy-notebook.h: + + Fix return type of tab_delete slot. + 2004-10-25 Christian Persch * src/bookmarks/ephy-bookmark-action.c: (connect_proxy), diff --git a/src/ephy-notebook.h b/src/ephy-notebook.h index 60ede5616..00b2ec579 100644 --- a/src/ephy-notebook.h +++ b/src/ephy-notebook.h @@ -54,15 +54,15 @@ struct EphyNotebookClass GtkNotebookClass parent_class; /* Signals */ - void (* tab_added) (EphyNotebook *notebook, - EphyTab *tab); - void (* tab_removed) (EphyNotebook *notebook, - EphyTab *tab); - void (* tab_detached) (EphyNotebook *notebook, - EphyTab *tab); - void (* tabs_reordered) (EphyNotebook *notebook); - void (* tab_delete) (EphyNotebook *notebook, - EphyTab *tab); + void (* tab_added) (EphyNotebook *notebook, + EphyTab *tab); + void (* tab_removed) (EphyNotebook *notebook, + EphyTab *tab); + void (* tab_detached) (EphyNotebook *notebook, + EphyTab *tab); + void (* tabs_reordered) (EphyNotebook *notebook); + gboolean (* tab_delete) (EphyNotebook *notebook, + EphyTab *tab); }; GType ephy_notebook_get_type (void); -- cgit v1.2.3