diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | embed/ephy-embed.c | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,11 @@ 2003-11-19 Christian Persch <chpe@cvs.gnome.org> + * embed/ephy-embed.c: + + Forgot to remove signal IDs from enum when I removed the signals. + +2003-11-19 Christian Persch <chpe@cvs.gnome.org> + * lib/ephy-dialog.c: (ephy_dialog_set_parent): * src/ephy-encoding-dialog.c: (sync_parent_window_cb), (ephy_encoding_dialog_init), (ephy_encoding_dialog_class_init), diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c index b95be8c7d..f03031b90 100644 --- a/embed/ephy-embed.c +++ b/embed/ephy-embed.c @@ -32,9 +32,7 @@ enum { NEW_WINDOW, CONTEXT_MENU, - LINK_MESSAGE, FAVICON, - JS_STATUS, LOCATION, TITLE, PROGRESS, |