From b6ccb049d514886311520d3c16c8b592dfcde3a3 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 10 Jul 2005 19:15:42 +0000 Subject: Fix build with -Werror. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2005-07-10 Christian Persch * embed/ephy-embed-shell.c: (ephy_embed_shell_prepare_close): Fix build with -Werror. * src/ephy-tab.c: (ephy_tab_dispose), (ephy_tab_file_monitor_cancel), (ephy_file_monitor_reload_cb), (ephy_tab_file_monitor_cb), (ephy_tab_update_file_monitor), (ephy_tab_address_cb): Monitor local files for changes and reload them if they do change. Fixes bug #300040; patch by Raphaƫl Slinckx. --- embed/ephy-embed-shell.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'embed/ephy-embed-shell.c') diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c index 600037c93..438dd546b 100644 --- a/embed/ephy-embed-shell.c +++ b/embed/ephy-embed-shell.c @@ -215,8 +215,6 @@ ephy_embed_shell_get_encodings (EphyEmbedShell *shell) void ephy_embed_shell_prepare_close (EphyEmbedShell *shell) { - EphyEmbedShellPrivate *priv = shell->priv; - g_signal_emit (shell, signals[PREPARE_CLOSE], 0); } -- cgit v1.2.3