packages (DEVEL): uzbl/uzbl-jakeprobst.patch (NEW) - small fix from Jake Pr...

pawelz pawelz at pld-linux.org
Sun Mar 21 22:13:52 CET 2010


Author: pawelz                       Date: Sun Mar 21 21:13:52 2010 GMT
Module: packages                      Tag: DEVEL
---- Log message:
- small fix from Jake Probst

---- Files affected:
packages/uzbl:
   uzbl-jakeprobst.patch (NONE -> 1.1.2.1)  (NEW)

---- Diffs:

================================================================
Index: packages/uzbl/uzbl-jakeprobst.patch
diff -u /dev/null packages/uzbl/uzbl-jakeprobst.patch:1.1.2.1
--- /dev/null	Sun Mar 21 22:13:52 2010
+++ packages/uzbl/uzbl-jakeprobst.patch	Sun Mar 21 22:13:47 2010
@@ -0,0 +1,19 @@
+commit a74d69cc07c5609c0f222e27271d52d00f021984
+Author: Jake Probst <jake.probst at gmail.com>
+Date:   Sun Mar 21 12:49:53 2010 -0700
+
+    fixed some complaint in irc
+
+diff --git a/src/callbacks.c b/src/callbacks.c
+index ced635e..7e9b6e9 100644
+--- a/src/callbacks.c
++++ b/src/callbacks.c
+@@ -646,7 +646,7 @@ new_window_cb (WebKitWebView *web_view, WebKitWebFrame *frame,
+ 
+     if (uzbl.state.verbose)
+         printf("New window requested -> %s \n", webkit_network_request_get_uri (request));
+-    send_event(NEW_WINDOW, uzbl.state.selected_url, NULL);
++    send_event(NEW_WINDOW, webkit_network_request_get_uri (request), NULL);
+ 
+     webkit_web_policy_decision_ignore(policy_decision);
+     return TRUE;
================================================================


More information about the pld-cvs-commit mailing list