Fix problem with back/forward and frames

This commit is contained in:
Marco Pesenti Gritti 2007-03-31 11:47:58 +02:00
parent 6dc536058b
commit ba08492778

View File

@ -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);
}
}