[Webkit-unassigned] [Bug 126840] [GTK] Make MiniBrowser windows non-transient by default

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 12 12:07:35 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=126840





--- Comment #14 from Adrian Perez <aperez at igalia.com>  2014-01-12 12:05:15 PST ---
(In reply to comment #12)
> (From update of attachment 220979 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=220979&action=review
> 
> > Tools/MiniBrowser/gtk/BrowserWindow.c:704
> > +static void parentWindowDestroy(GtkWidget *parent_window, gpointer window)
> > +{
> > +    if (window)
> > +        g_object_set_data(G_OBJECT(window), "transient-for", NULL);
> > +}
> 
> You forgot to remove this.

Certainly, good catch. I have already re-uploaded with this cleaned.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list