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?

--
desktop-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to