[Xfce4-commits] <postler:master> In Vala 0.10 WebKit.WebView.create_web_view isn't unowned
Christian Dywan
noreply at xfce.org
Wed Oct 20 18:52:02 CEST 2010
Updating branch refs/heads/master
to 79a38d50d595570cbc32d1f6a2eef252859fb6e0 (commit)
from 1269cfa760eb8f0831cafcba3e49c7337369d25f (commit)
commit 79a38d50d595570cbc32d1f6a2eef252859fb6e0
Author: Christian Dywan <christian at twotoasts.de>
Date: Wed Oct 20 18:48:07 2010 +0200
In Vala 0.10 WebKit.WebView.create_web_view isn't unowned
postler/postler-content.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/postler/postler-content.vala b/postler/postler-content.vala
index d2b691d..d9d9d55 100644
--- a/postler/postler-content.vala
+++ b/postler/postler-content.vala
@@ -816,7 +816,7 @@ public class Postler.Content : WebKit.WebView {
return Postler.App.show_uri (get_screen (), uri);
}
- unowned WebKit.WebView new_window_created (WebKit.WebFrame web_frame) {
+ WebKit.WebView new_window_created (WebKit.WebFrame web_frame) {
/* Forward new windows, we never open new windows of our own */
return this;
}
More information about the Xfce4-commits
mailing list