[webkit-reviews] review granted: [Bug 211186] [GTK4] Bring back the URI entry to MiniBrowser : [Attachment 398047] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 30 04:31:18 PDT 2020


Carlos Garcia Campos <cgarcia at igalia.com> has granted Claudio Saavedra
<csaavedra at igalia.com>'s request for review:
Bug 211186: [GTK4] Bring back the URI entry to MiniBrowser
https://bugs.webkit.org/show_bug.cgi?id=211186

Attachment 398047: Patch

https://bugs.webkit.org/attachment.cgi?id=398047&action=review




--- Comment #4 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 398047
  --> https://bugs.webkit.org/attachment.cgi?id=398047
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=398047&action=review

> Tools/MiniBrowser/gtk/BrowserWindow.c:117
> +#if GTK_CHECK_VERSION(3, 98, 0)
> +			      
gtk_editable_get_text(GTK_EDITABLE(window->uriEntry))
> +#else
> +			       gtk_entry_get_text(GTK_ENTRY(window->uriEntry))
> +#endif

Indentation is wrong here.


More information about the webkit-reviews mailing list