Fix problem with back/forward and frames
This commit is contained in:
parent
6dc536058b
commit
ba08492778
@ -488,9 +488,11 @@ net_state_cb(GtkMozEmbed *embed, const char *aURI, gint state, guint status)
|
||||
|
||||
sugar_browser_set_progress(browser, 0.03);
|
||||
sugar_browser_set_loading(browser, TRUE);
|
||||
update_navigation_properties(browser);
|
||||
} else if (state & GTK_MOZ_EMBED_FLAG_STOP) {
|
||||
sugar_browser_set_progress(browser, 1.0);
|
||||
sugar_browser_set_loading(browser, FALSE);
|
||||
update_navigation_properties(browser);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user