[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 11:41:57 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=126840
--- Comment #12 from Carlos Garcia Campos <cgarcia at igalia.com> 2014-01-12 11:39:37 PST ---
(From update of attachment 220979)
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.
--
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