[Bug 34384] Yelp crashes on starting

Tristan Wibberley tristan at wibberley.org
Fri Mar 24 21:15:04 UTC 2006


Public bug report changed:
https://launchpad.net/malone/bugs/34384

Comment:
Don Scorgie wrote:

> then, in the file src/yelp-html.cpp look for the line:
> 
> html->priv->timeout = g_timeout_add (2000, 
> 					 (GSourceFunc) timeout_update_gok,
> 					 html);

That doesn't exist as stated, but I did find this:


void
yelp_html_close (YelpHtml *html)
{
     d (g_print ("yelp_html_close\n"));
     gtk_moz_embed_close_stream (GTK_MOZ_EMBED (html));
     g_timeout_add (2000, (GSourceFunc) timeout_update_gok,
                    html);
}

Is it the last line of that function?




More information about the desktop-bugs mailing list