HistoryWindow isn't a Midori.Browser

This commit is contained in:
André Stösel 2012-09-17 15:43:12 +02:00 committed by Christian Dywan
parent dd39dab307
commit 13b735e382
2 changed files with 2 additions and 2 deletions

View File

@ -524,7 +524,7 @@ namespace HistoryList {
if(this.ignoreNextChange) {
this.ignoreNextChange = false;
} else {
Midori.Browser browser = history_window as Midori.Browser;
Midori.Browser? browser = Midori.Browser.get_for_widget (new_view);
Midori.View? last_view
= browser.get_data<Midori.View?> ("history-list-last-change");

View File

@ -46,7 +46,7 @@ namespace Midori {
public void block_action (Gtk.Action action);
public void unblock_action (Gtk.Action action);
public unowned Gtk.ActionGroup get_action_group ();
public unowned Browser get_for_widget (Gtk.Widget widget);
public static unowned Browser get_for_widget (Gtk.Widget widget);
public unowned string[] get_toolbar_actions ();
public unowned Katze.Array get_proxy_items ();