[Xfce4-commits] <midori:master> Emit inspector attach-window with correct signature
Christian Dywan
noreply at xfce.org
Sun Nov 25 12:06:04 CET 2012
Updating branch refs/heads/master
to ad05b70604091fa410b2e5b96dff7c0d0159e756 (commit)
from 16877fa2cdb8674204d608b2198f4a82f263b237 (commit)
commit ad05b70604091fa410b2e5b96dff7c0d0159e756
Author: André Stösel <andre at stoesel.de>
Date: Fri Nov 23 13:06:36 2012 +0100
Emit inspector attach-window with correct signature
midori/midori-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/midori/midori-view.c b/midori/midori-view.c
index fb7d5ee..be14812 100644
--- a/midori/midori-view.c
+++ b/midori/midori-view.c
@@ -3492,7 +3492,7 @@ midori_view_web_inspector_show_window_cb (WebKitWebInspector* inspector,
if (katze_object_get_boolean (view->settings, "last-inspector-attached"))
{
gboolean handled = FALSE;
- g_signal_emit_by_name (inspector, "attach-window", inspector, &handled);
+ g_signal_emit_by_name (inspector, "attach-window", &handled);
}
else
{
More information about the Xfce4-commits
mailing list