Add a type cast to resolve a warning in MidoriBrowser
This commit is contained in:
parent
0c6d0420b3
commit
eaaed697bf
1 changed files with 1 additions and 1 deletions
|
@ -492,7 +492,7 @@ midori_view_notify_load_status_cb (GtkWidget* view,
|
|||
with speed dial open. */
|
||||
if (midori_view_get_load_status (MIDORI_VIEW (view))
|
||||
== MIDORI_LOAD_FINISHED)
|
||||
if (midori_view_is_blank (view))
|
||||
if (midori_view_is_blank (MIDORI_VIEW (view)))
|
||||
gtk_action_activate (_action_by_name (browser, "Location"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue