[Xfce4-commits] <midori:master> Don't create speed dial when preparing view source
Christian Dywan
noreply at xfce.org
Mon Apr 4 00:26:04 CEST 2011
Updating branch refs/heads/master
to 2771eee995a9d65408aca60858bdf4fa4114b306 (commit)
from ae1a3aafb97b81d768a5fa46a372cef4858d788c (commit)
commit 2771eee995a9d65408aca60858bdf4fa4114b306
Author: Paweł Forysiuk <tuxator at o2.pl>
Date: Tue Mar 29 20:17:01 2011 +0200
Don't create speed dial when preparing view source
midori/midori-browser.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index 8fb85fb..790b35a 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -3307,7 +3307,6 @@ _action_source_view_activate (GtkAction* action,
source = midori_view_new (NULL);
midori_view_set_settings (MIDORI_VIEW (source), browser->settings);
- midori_view_set_uri (MIDORI_VIEW (source), "");
web_view = midori_view_get_web_view (MIDORI_VIEW (source));
webkit_web_view_set_view_source_mode (WEBKIT_WEB_VIEW (web_view), TRUE);
webkit_web_view_load_uri (WEBKIT_WEB_VIEW (web_view), uri);
More information about the Xfce4-commits
mailing list