From: Christian Dywan Date: Mon, 20 Oct 2008 20:25:51 +0000 (+0200) Subject: Add source view icons to the location X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74a34277e0c3e2861344e2ef10e49b1457a210dd;p=midori Add source view icons to the location --- diff --git a/midori/midori-browser.c b/midori/midori-browser.c index 66936e7c..3fba755a 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -1739,6 +1739,7 @@ _action_source_view_activate (GtkAction* action, source_view = midori_view_new (); midori_view_set_settings (MIDORI_VIEW (source_view), browser->settings); midori_view_set_uri (MIDORI_VIEW (source_view), uri); + midori_view_notify_icon_cb (source_view, NULL, browser); g_free (uri); gtk_widget_show (source_view); n = midori_browser_add_tab (browser, source_view);