From 7beb933c60288ce8e5756e591a089a82ab1c6b6c Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 11 Nov 2003 10:19:04 +0000 Subject: Build xul dialogs using GtkWindow+GtkMozEmbed. Make src code simpler and 2003-11-11 Marco Pesenti Gritti * embed/ephy-embed-single.c: (ephy_embed_single_class_init): * embed/ephy-embed-single.h: * embed/mozilla/mozilla-embed-persist.cpp: * embed/mozilla/mozilla-embed-single.cpp: * embed/mozilla/mozilla-embed.cpp: * embed/mozilla/mozilla-embed.h: * src/ephy-nautilus-view.c: (gnv_embed_new_window_cb): * src/ephy-session.c: (write_ephy_window): * src/ephy-shell.c: (ephy_shell_init): * src/ephy-tab.c: (ephy_tab_size_to_cb): * src/ephy-window.c: (translate_default_chrome): Build xul dialogs using GtkWindow+GtkMozEmbed. Make src code simpler and fix a pair of bugs. --- embed/ephy-embed-single.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'embed/ephy-embed-single.h') diff --git a/embed/ephy-embed-single.h b/embed/ephy-embed-single.h index 598ccdfd3..8dc55c1ee 100644 --- a/embed/ephy-embed-single.h +++ b/embed/ephy-embed-single.h @@ -107,13 +107,6 @@ struct EphyEmbedSingleClass { GObjectClass parent_class; - /* Signals */ - void (* new_window) (EphyEmbedSingle *shell, - EphyEmbed **new_embed, - EmbedChromeMask chromemask); - - /* Methods */ - void (* clear_cache) (EphyEmbedSingle *shell); void (* set_offline_mode) (EphyEmbedSingle *shell, gboolean offline); -- cgit v1.2.3