diff options
Diffstat (limited to 'embed/mozilla/EphySidebar.cpp')
-rw-r--r-- | embed/mozilla/EphySidebar.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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; } |