aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-shell.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-07-11 03:15:42 +0800
committerChristian Persch <chpe@src.gnome.org>2005-07-11 03:15:42 +0800
commitb6ccb049d514886311520d3c16c8b592dfcde3a3 (patch)
tree2f122b3538994f274c96c4affcf5c1bec7f50f77 /embed/ephy-embed-shell.c
parent61ae0e099b3fcf793468a41d436a2cd7cee2e10f (diff)
downloadgsoc2013-epiphany-b6ccb049d514886311520d3c16c8b592dfcde3a3.tar
gsoc2013-epiphany-b6ccb049d514886311520d3c16c8b592dfcde3a3.tar.gz
gsoc2013-epiphany-b6ccb049d514886311520d3c16c8b592dfcde3a3.tar.bz2
gsoc2013-epiphany-b6ccb049d514886311520d3c16c8b592dfcde3a3.tar.lz
gsoc2013-epiphany-b6ccb049d514886311520d3c16c8b592dfcde3a3.tar.xz
gsoc2013-epiphany-b6ccb049d514886311520d3c16c8b592dfcde3a3.tar.zst
gsoc2013-epiphany-b6ccb049d514886311520d3c16c8b592dfcde3a3.zip
Fix build with -Werror.
2005-07-10 Christian Persch <chpe@cvs.gnome.org> * 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.
Diffstat (limited to 'embed/ephy-embed-shell.c')
-rw-r--r--embed/ephy-embed-shell.c2
1 files changed, 0 insertions, 2 deletions
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);
}