From 79335bd6261dba80338eeefdf8e563ec350db501 Mon Sep 17 00:00:00 2001 From: Crispin Flowerday Date: Mon, 24 Jan 2005 21:46:25 +0000 Subject: Fix the g_signal_emit to pass an argument for the result, otherwise things 2005-01-24 Crispin Flowerday * embed/mozilla/EphySidebar.cpp (AddPanel): Fix the g_signal_emit to pass an argument for the result, otherwise things break. --- embed/mozilla/EphySidebar.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'embed/mozilla/EphySidebar.cpp') diff --git a/embed/mozilla/EphySidebar.cpp b/embed/mozilla/EphySidebar.cpp index 9b2ea9cda..ff98e29e6 100644 --- a/embed/mozilla/EphySidebar.cpp +++ b/embed/mozilla/EphySidebar.cpp @@ -64,8 +64,9 @@ EphySidebar::AddPanel (const PRUnichar *aTitle, single = EPHY_EMBED_SINGLE (ephy_embed_shell_get_embed_single (embed_shell)); + gboolean result = FALSE; g_signal_emit_by_name (single, "add-sidebar", - aContentURL, title.get()); + aContentURL, title.get(), &result); return NS_OK; } -- cgit v1.2.3