Hi, I posted this question on the embed news group, but got referred here. I am using TestGtkEmbed. When navigating to a site using the full url (www.yahoo.com) I get one load_started_cb and one load_finished_cb. When navigating to a site only using its name (yahoo), i get 2 load load_started_cb (one for http://yahoo followed by one for http://www.yahoo.com) followed by 2 load_finished_cb. The first load (http://yahoo) is obviously bogus (nothing really got loaded). My question is: is there a way to figure out that a load was bogus in load_finished_cb?
Thanks, Andreas.
